C# Class System.Xaml.NameScope

Inheritance: INameScope
Mostra file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
FindName ( string name ) : object
GetNameForObject ( object obj ) : string
RegisterName ( string name, object scopedElement ) : void
UnregisterName ( string name ) : void

Method Details

FindName() public method

public FindName ( string name ) : object
name string
return object

GetNameForObject() public method

public GetNameForObject ( object obj ) : string
obj object
return string

RegisterName() public method

public RegisterName ( string name, object scopedElement ) : void
name string
scopedElement object
return void

UnregisterName() public method

public UnregisterName ( string name ) : void
name string
return void