5 references to _underlyingType
System.Xaml (5)
System\Xaml\XamlType.cs (5)
75
_underlyingType
.Value = underlyingType;
160
if (!
_underlyingType
.IsSet)
162
_underlyingType
.SetIfNull(LookupUnderlyingType());
165
return
_underlyingType
.Value;
174
get { return
_underlyingType
; }