1 write to UnderlyingType
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
105
UnderlyingType
= underlyingType;
20 references to UnderlyingType
System.Xaml (20)
System\Xaml\Schema\TypeReflector.cs (20)
428
Debug.Assert(
UnderlyingType
!= null, "Caller should check for UnderlyingType == null");
439
Debug.Assert(
UnderlyingType
!= null, "Caller should check for UnderlyingType == null");
441
EventInfo ei =
UnderlyingType
.GetEvent(name, AllProperties_BF);
452
Debug.Assert(
UnderlyingType
!= null, "Caller should check for UnderlyingType == null");
455
PropertyInfo[] propList =
UnderlyingType
.GetProperties(AllProperties_BF);
456
EventInfo[] eventList =
UnderlyingType
.GetEvents(AllProperties_BF);
465
Debug.Assert(
UnderlyingType
!= null, "Caller should check for UnderlyingType == null");
467
PropertyInfo[] propList =
UnderlyingType
.GetProperties(AllProperties_BF);
586
MemberInfo[] infos =
UnderlyingType
.GetMember(name, MemberTypes.Property, AllProperties_BF);
655
|| (getters != null && getters.Count > 0 &&
UnderlyingType
.IsVisible && getters[0].IsPublic && !setters[0].IsPublic))
685
Debug.Assert(
UnderlyingType
!= null, "Caller should check for UnderlyingType == null");
702
Debug.Assert(
UnderlyingType
!= null, "Caller should check for UnderlyingType == null");
718
MethodInfo[] allMethods =
UnderlyingType
.GetMethods(AttachableProperties_BF);
720
if (
UnderlyingType
.IsVisible)
757
MemberInfo[] adders =
UnderlyingType
.GetMember(adderName, MemberTypes.Method, AttachableProperties_BF);
765
MemberInfo[] getters =
UnderlyingType
.GetMember(KnownStrings.Get + name, MemberTypes.Method, AttachableProperties_BF);
773
MemberInfo[] setters =
UnderlyingType
.GetMember(KnownStrings.Set + name, MemberTypes.Method, AttachableProperties_BF);
786
if (
UnderlyingType
.IsVisible)
952
Debug.Assert(
UnderlyingType
!= null, "Caller should check for UnderlyingType == null");
1046
get { return
UnderlyingType
; }