5 references to _underlyingType
System.Xaml (5)
System\Xaml\XamlType.cs (5)
74
_underlyingType
.Value = underlyingType;
159
if (!
_underlyingType
.IsSet)
161
_underlyingType
.SetIfNull(LookupUnderlyingType());
164
return
_underlyingType
.Value;
173
get { return
_underlyingType
; }