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