2 writes to _isPublic
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
236
_isPublic
= type.IsVisible ? ThreeValuedBool.True : ThreeValuedBool.False;
324
type.
_isPublic
= ThreeValuedBool.False;
2 references to _isPublic
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
233
if (
_isPublic
== ThreeValuedBool.NotSet)
239
return
_isPublic
== ThreeValuedBool.True;