4 references to _baseType
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
80
_baseType
.Value = XamlLanguage.Object;
183
get { return
_baseType
.Value; }
184
set {
_baseType
.Value = value; }
189
get { return
_baseType
.IsSet; }