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)
234if (_isInSystemXaml == ThreeValuedBool.NotSet) 240return _isInSystemXaml == ThreeValuedBool.True;