2 writes to _isPublic
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
228
_isPublic
= type.IsVisible ? ThreeValuedBool.True : ThreeValuedBool.False;
311
type.
_isPublic
= ThreeValuedBool.False;
2 references to _isPublic
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
225
if (
_isPublic
== ThreeValuedBool.NotSet)
230
return
_isPublic
== ThreeValuedBool.True;