2 writes to _isPublic
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
235
_isPublic
= type.IsVisible ? ThreeValuedBool.True : ThreeValuedBool.False;
323
type.
_isPublic
= ThreeValuedBool.False;
2 references to _isPublic
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
232
if (
_isPublic
== ThreeValuedBool.NotSet)
238
return
_isPublic
== ThreeValuedBool.True;