3 references to GetAttachableProperty
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (2)
1018
member = schemaContext.
GetAttachableProperty
(name, getter, setter);
1038
member = schemaContext.
GetAttachableProperty
(name, nameAndGetterList.Value[0], null);
System\Xaml\XamlType.cs (1)
1144
XamlMember result = SchemaContext.
GetAttachableProperty
(name, getter, setter);