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