Method |
Description |
|
AddChildObject ( XamlObjectElement obj ) : void |
|
|
AddChildProperty ( XamlPropertyElement prop ) : void |
|
|
AttachedPropertyName ( string name ) : string |
|
|
IsAttachedProperty ( XmlReader reader ) : bool |
|
|
LookupAttachedProperty ( XmlReader reader ) : XamlPropertySetter |
|
|
LookupReflectionProperty ( XmlReader reader ) : XamlPropertySetter |
|
|
PropertyName ( string name ) : string |
|
|
ResolveAttachedPropertyGetter ( string base_name, Type type ) : MethodInfo |
|
|
ResolveAttachedPropertySetter ( string base_name, Type type, Type return_type ) : MethodInfo |
|
|
XamlReflectionPropertyForName ( object target, string name ) : XamlReflectionPropertySetter |
|
|