5 references to AllProperties_BF
System.Xaml (5)
System\Xaml\Schema\TypeReflector.cs (5)
439EventInfo ei = UnderlyingType.GetEvent(name, AllProperties_BF); 453PropertyInfo[] propList = UnderlyingType.GetProperties(AllProperties_BF); 454EventInfo[] eventList = UnderlyingType.GetEvents(AllProperties_BF); 465PropertyInfo[] propList = UnderlyingType.GetProperties(AllProperties_BF); 584MemberInfo[] infos = UnderlyingType.GetMember(name, MemberTypes.Property, AllProperties_BF);