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