Method | Description | |
---|---|---|
GetValue ( object instance ) : object | ||
SetIsAttachable ( ) : void | ||
SetIsDependencyProperty ( ) : void | ||
SetIsReadOnly ( ) : void | ||
SetTargetTypeName ( string targetTypeName ) : void | ||
SetValue ( object instance, object value ) : void | ||
XamlMember ( global provider, string name, string typeName ) |
public SetTargetTypeName ( string targetTypeName ) : void | ||
targetTypeName | string | |
return | void |
public SetValue ( object instance, object value ) : void | ||
instance | object | |
value | object | |
return | void |
public XamlMember ( global provider, string name, string typeName ) | ||
provider | global | |
name | string | |
typeName | string |