1 write to _isInSystemXaml
System.Xaml (1)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
238
_isInSystemXaml
= result ? ThreeValuedBool.True : ThreeValuedBool.False;
2 references to _isInSystemXaml
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
234
if (
_isInSystemXaml
== ThreeValuedBool.NotSet)
240
return
_isInSystemXaml
== ThreeValuedBool.True;