1 write to UnderlyingType
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
107
UnderlyingType
= underlyingType;
20 references to UnderlyingType
System.Xaml (20)
System\Xaml\Schema\TypeReflector.cs (20)
442
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
454
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
456
EventInfo ei =
UnderlyingType
.GetEvent(name, AllProperties_BF);
468
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
471
PropertyInfo[] propList =
UnderlyingType
.GetProperties(AllProperties_BF);
472
EventInfo[] eventList =
UnderlyingType
.GetEvents(AllProperties_BF);
481
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
483
PropertyInfo[] propList =
UnderlyingType
.GetProperties(AllProperties_BF);
607
MemberInfo[] infos =
UnderlyingType
.GetMember(name, MemberTypes.Property, AllProperties_BF);
678
|| (getters is not null && getters.Count > 0 &&
UnderlyingType
.IsVisible && getters[0].IsPublic && !setters[0].IsPublic))
709
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
726
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
743
MethodInfo[] allMethods =
UnderlyingType
.GetMethods(AttachableProperties_BF);
745
if (
UnderlyingType
.IsVisible)
782
MemberInfo[] adders =
UnderlyingType
.GetMember(adderName, MemberTypes.Method, AttachableProperties_BF);
790
MemberInfo[] getters =
UnderlyingType
.GetMember(KnownStrings.Get + name, MemberTypes.Method, AttachableProperties_BF);
798
MemberInfo[] setters =
UnderlyingType
.GetMember(KnownStrings.Set + name, MemberTypes.Method, AttachableProperties_BF);
811
if (
UnderlyingType
.IsVisible)
987
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
1084
get { return
UnderlyingType
; }