Property | Type | Description | |
---|---|---|---|
GetNamespaceFor | string | ||
GetNamespacesFor | List |
||
GetPrefixForNamespace | string | ||
GetTypeDescriptorContext | ITypeDescriptorContext | ||
IsNativeType | bool | ||
ParseComplete | void | ||
XamlDocument | System | ||
XamlDocument | System |
Method | Description | |
---|---|---|
CreateNullValue ( ) : ICSharpCode.WpfDesign.XamlDom.XamlPropertyValue |
Creates a value that represents {x:Null}
|
|
CreateObject ( object instance ) : |
Create an XamlObject from the instance.
|
|
CreatePropertyValue ( object instance, ICSharpCode.WpfDesign.XamlDom.XamlProperty forProperty ) : ICSharpCode.WpfDesign.XamlDom.XamlPropertyValue |
Create a XamlPropertyValue for the specified value instance.
|
|
Save ( |
Saves the xaml document into the writer.
|
Method | Description | |
---|---|---|
GetNamespaceFor ( |
||
GetNamespacesFor ( |
||
GetPrefixForNamespace ( string @namespace ) : string | ||
GetTypeDescriptorContext ( |
Gets the type descriptor context used for type conversions.
|
|
IsNativeType ( object instance ) : bool | ||
ParseComplete ( |
Called by XamlParser to finish initializing the document.
|
|
XamlDocument ( ) : System | ||
XamlDocument ( |
Internal constructor, used by XamlParser.
|
public CreateNullValue ( ) : ICSharpCode.WpfDesign.XamlDom.XamlPropertyValue | ||
return | ICSharpCode.WpfDesign.XamlDom.XamlPropertyValue |
public CreateObject ( object instance ) : |
||
instance | object | |
return |
public CreatePropertyValue ( object instance, ICSharpCode.WpfDesign.XamlDom.XamlProperty forProperty ) : ICSharpCode.WpfDesign.XamlDom.XamlPropertyValue | ||
instance | object | |
forProperty | ICSharpCode.WpfDesign.XamlDom.XamlProperty | |
return | ICSharpCode.WpfDesign.XamlDom.XamlPropertyValue |
public Save ( |
||
writer | ||
return | void |