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