6 references to False
System.Xaml (6)
System\Xaml\Schema\XamlTypeInvoker.cs (3)
236
_isPublic = type.IsVisible ? ThreeValuedBool.True : ThreeValuedBool.
False
;
301
ThreeValuedBool.
False
;
324
type._isPublic = ThreeValuedBool.
False
;
System\Xaml\Schema\XamlValueConverter.cs (1)
64
_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)
113
_isNameValid = XamlName.IsValidXamlName(_name) ? ThreeValuedBool.True : ThreeValuedBool.
False
;