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