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