Property | Type | Description | |
---|---|---|---|
GetAllChildXamlObjects | IEnumerable |
||
GetRootXamlObject | |||
NotifyPropertyChanged | void | ||
SetNameInternal | void |
Method | Description | |
---|---|---|
Clone ( ) : DesignItem | ||
FixDesignItemReferencesOnNameChange ( string oldName, string newName ) : void |
Fixes {x:Reference and {Binding ElementName to this Element in XamlDocument
|
|
SetView ( |
||
XamlDesignItem ( |
Method | Description | |
---|---|---|
GetAllChildXamlObjects ( |
Get's all Child XamlObject Instances
|
|
GetRootXamlObject ( |
Find's the Root XamlObject (real Root, or Root Object in Namescope)
|
|
NotifyPropertyChanged ( XamlModelProperty property ) : void | ||
SetNameInternal ( string newName ) : void |
public FixDesignItemReferencesOnNameChange ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
return | void |
public SetView ( |
||
newView | ||
return | void |
public XamlDesignItem ( |
||
xamlObject | ||
designContext | ||
return | System |