4 references to _baseType
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
78
_baseType
.Value = XamlLanguage.Object;
181
get { return
_baseType
.Value; }
182
set {
_baseType
.Value = value; }
187
get { return
_baseType
.IsSet; }