5 references to UnderlyingTypeInternal
System.Xaml (5)
System\Xaml\XamlType.cs (5)
1109
return
UnderlyingTypeInternal
.Value;
1328
Debug.Assert(
UnderlyingTypeInternal
.IsSet, "EnsureReflector should have caused UnderlyingType to be initialized");
1330
return _reflector.CustomAttributeProvider != null ||
UnderlyingTypeInternal
.Value != null;
1364
else if (
UnderlyingTypeInternal
.Value != null)
1366
sb.Append(
UnderlyingTypeInternal
.Value.Namespace);