6 references to False
System.Xaml (6)
System\Xaml\Schema\XamlTypeInvoker.cs (3)
235
_isPublic = type.IsVisible ? ThreeValuedBool.True : ThreeValuedBool.
False
;
300
ThreeValuedBool.
False
;
323
type._isPublic = ThreeValuedBool.
False
;
System\Xaml\Schema\XamlValueConverter.cs (1)
63
_isPublic = (ConverterType is null || ConverterType.IsVisible) ? ThreeValuedBool.True : ThreeValuedBool.
False
;
System\Xaml\XamlMember.cs (1)
201
_isNameValid = XamlName.IsValidXamlName(_name) ? ThreeValuedBool.True : ThreeValuedBool.
False
;
System\Xaml\XamlType.cs (1)
112
_isNameValid = XamlName.IsValidXamlName(_name) ? ThreeValuedBool.True : ThreeValuedBool.
False
;