4 references to AttachableProperties_BF
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
718
MethodInfo[] allMethods = UnderlyingType.GetMethods(
AttachableProperties_BF
);
757
MemberInfo[] adders = UnderlyingType.GetMember(adderName, MemberTypes.Method,
AttachableProperties_BF
);
765
MemberInfo[] getters = UnderlyingType.GetMember(KnownStrings.Get + name, MemberTypes.Method,
AttachableProperties_BF
);
773
MemberInfo[] setters = UnderlyingType.GetMember(KnownStrings.Set + name, MemberTypes.Method,
AttachableProperties_BF
);