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