Свойство | Тип | Описание | |
---|---|---|---|
AddNodeTo | void | ||
AddProperty | void | ||
CreateWrapper | void | ||
FindXmlAttributeHolder | XamlObject | ||
GetContentPropertyName | string | ||
GetNameForMarkupExtension | string | ||
GetNodeForCollection | |||
GetPrefixOfNamespace | string | ||
GetTypeConverterDelegate | TypeConverterDelegate | ||
GetValueFor | object | ||
OnParentPropertyChanged | void | ||
OnPropertyChanged | void | ||
ProvideValue | object | ||
RemoveNodeFromParent | void | ||
UpdateChildMarkupExtensions | void | ||
UpdateMarkupExtensionChain | void | ||
UpdateXmlAttribute | bool | ||
VirtualAttachTo | |||
XamlObject | System |
Метод | Описание | |
---|---|---|
FindOrCreateAttachedProperty ( |
Finds the specified property, or creates it if it doesn't exist.
|
|
FindOrCreateProperty ( string propertyName ) : ICSharpCode.WpfDesign.XamlDom.XamlProperty |
Finds the specified property, or creates it if it doesn't exist.
|
|
GetXamlAttribute ( string name ) : string |
Gets an attribute in the x:-namespace.
|
|
SetXamlAttribute ( string name, string value ) : void |
Sets an attribute in the x:-namespace.
|
Метод | Описание | |
---|---|---|
AddNodeTo ( ICSharpCode.WpfDesign.XamlDom.XamlProperty property ) : void | ||
AddProperty ( ICSharpCode.WpfDesign.XamlDom.XamlProperty property ) : void |
For use by XamlParser only.
|
|
CreateWrapper ( ) : void | ||
FindXmlAttributeHolder ( ) : XamlObject | ||
GetContentPropertyName ( |
Gets the name of the content property for the specified element type, or null if not available.
|
|
GetNameForMarkupExtension ( ) : string | ||
GetNodeForCollection ( ) : |
||
GetPrefixOfNamespace ( string ns, |
||
GetTypeConverterDelegate ( |
||
GetValueFor ( |
||
OnParentPropertyChanged ( ) : void | ||
OnPropertyChanged ( ICSharpCode.WpfDesign.XamlDom.XamlProperty property ) : void | ||
ProvideValue ( ) : object | ||
RemoveNodeFromParent ( ) : void | ||
UpdateChildMarkupExtensions ( XamlObject obj ) : void | ||
UpdateMarkupExtensionChain ( ) : void | ||
UpdateXmlAttribute ( bool force, XamlObject &holder ) : bool | ||
VirtualAttachTo ( |
||
XamlObject ( |
For use by XamlParser only.
|
public FindOrCreateAttachedProperty ( |
||
ownerType | ||
propertyName | string | |
Результат | ICSharpCode.WpfDesign.XamlDom.XamlProperty |
public FindOrCreateProperty ( string propertyName ) : ICSharpCode.WpfDesign.XamlDom.XamlProperty | ||
propertyName | string | |
Результат | ICSharpCode.WpfDesign.XamlDom.XamlProperty |
public GetXamlAttribute ( string name ) : string | ||
name | string | |
Результат | string |
public SetXamlAttribute ( string name, string value ) : void | ||
name | string | |
value | string | |
Результат | void |