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