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