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