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