2 writes to _isPublic
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
252
_isPublic
= type.IsVisible ? ThreeValuedBool.True : ThreeValuedBool.False;
335
type.
_isPublic
= ThreeValuedBool.False;
2 references to _isPublic
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
249
if (
_isPublic
== ThreeValuedBool.NotSet)
254
return
_isPublic
== ThreeValuedBool.True;