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