1 write to UnderlyingType
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
103
UnderlyingType
= underlyingType;
20 references to UnderlyingType
System.Xaml (20)
System\Xaml\Schema\TypeReflector.cs (20)
426
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
437
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
439
EventInfo ei =
UnderlyingType
.GetEvent(name, AllProperties_BF);
450
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
453
PropertyInfo[] propList =
UnderlyingType
.GetProperties(AllProperties_BF);
454
EventInfo[] eventList =
UnderlyingType
.GetEvents(AllProperties_BF);
463
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
465
PropertyInfo[] propList =
UnderlyingType
.GetProperties(AllProperties_BF);
584
MemberInfo[] infos =
UnderlyingType
.GetMember(name, MemberTypes.Property, AllProperties_BF);
653
|| (getters is not null && getters.Count > 0 &&
UnderlyingType
.IsVisible && getters[0].IsPublic && !setters[0].IsPublic))
683
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
700
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
716
MethodInfo[] allMethods =
UnderlyingType
.GetMethods(AttachableProperties_BF);
718
if (
UnderlyingType
.IsVisible)
755
MemberInfo[] adders =
UnderlyingType
.GetMember(adderName, MemberTypes.Method, AttachableProperties_BF);
763
MemberInfo[] getters =
UnderlyingType
.GetMember(KnownStrings.Get + name, MemberTypes.Method, AttachableProperties_BF);
771
MemberInfo[] setters =
UnderlyingType
.GetMember(KnownStrings.Set + name, MemberTypes.Method, AttachableProperties_BF);
784
if (
UnderlyingType
.IsVisible)
950
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
1044
get { return
UnderlyingType
; }