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