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