Method | Description | |
---|---|---|
GetValue ( object instance ) : object | ||
SetValue ( object instance, object value ) : void | ||
ShouldSerializeValue ( object instance ) : ShouldSerializeResult | ||
XamlMemberInvoker ( System.Xaml.XamlMember member ) : System |
Method | Description | |
---|---|---|
XamlMemberInvoker ( ) : System |
Method | Description | |
---|---|---|
ThrowIfUnknown ( ) : void |
public SetValue ( object instance, object value ) : void | ||
instance | object | |
value | object | |
return | void |
public ShouldSerializeValue ( object instance ) : ShouldSerializeResult | ||
instance | object | |
return | ShouldSerializeResult |
public XamlMemberInvoker ( System.Xaml.XamlMember member ) : System | ||
member | System.Xaml.XamlMember | |
return | System |