5 references to AllProperties_BF
System.Xaml (5)
System\Xaml\Schema\TypeReflector.cs (5)
441EventInfo ei = UnderlyingType.GetEvent(name, AllProperties_BF); 455PropertyInfo[] propList = UnderlyingType.GetProperties(AllProperties_BF); 456EventInfo[] eventList = UnderlyingType.GetEvents(AllProperties_BF); 467PropertyInfo[] propList = UnderlyingType.GetProperties(AllProperties_BF); 586MemberInfo[] infos = UnderlyingType.GetMember(name, MemberTypes.Property, AllProperties_BF);