1 write to UnderlyingType
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
106
UnderlyingType
= underlyingType;
20 references to UnderlyingType
System.Xaml (20)
System\Xaml\Schema\TypeReflector.cs (20)
441
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
453
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
455
EventInfo ei =
UnderlyingType
.GetEvent(name, AllProperties_BF);
467
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
470
PropertyInfo[] propList =
UnderlyingType
.GetProperties(AllProperties_BF);
471
EventInfo[] eventList =
UnderlyingType
.GetEvents(AllProperties_BF);
480
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
482
PropertyInfo[] propList =
UnderlyingType
.GetProperties(AllProperties_BF);
606
MemberInfo[] infos =
UnderlyingType
.GetMember(name, MemberTypes.Property, AllProperties_BF);
677
|| (getters is not null && getters.Count > 0 &&
UnderlyingType
.IsVisible && getters[0].IsPublic && !setters[0].IsPublic))
708
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
725
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
742
MethodInfo[] allMethods =
UnderlyingType
.GetMethods(AttachableProperties_BF);
744
if (
UnderlyingType
.IsVisible)
781
MemberInfo[] adders =
UnderlyingType
.GetMember(adderName, MemberTypes.Method, AttachableProperties_BF);
789
MemberInfo[] getters =
UnderlyingType
.GetMember(KnownStrings.Get + name, MemberTypes.Method, AttachableProperties_BF);
797
MemberInfo[] setters =
UnderlyingType
.GetMember(KnownStrings.Set + name, MemberTypes.Method, AttachableProperties_BF);
810
if (
UnderlyingType
.IsVisible)
986
Debug.Assert(
UnderlyingType
is not null, "Caller should check for UnderlyingType == null");
1083
get { return
UnderlyingType
; }