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