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