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