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