8 references to False
System.Xaml (8)
System\Xaml\Schema\XamlMemberInvoker.cs (1)
157
methodIsSystemXamlNonPublic = result ? ThreeValuedBool.True : ThreeValuedBool.
False
;
System\Xaml\Schema\XamlTypeInvoker.cs (4)
238
_isInSystemXaml = result ? ThreeValuedBool.True : ThreeValuedBool.
False
;
252
_isPublic = type.IsVisible ? ThreeValuedBool.True : ThreeValuedBool.
False
;
314
ThreeValuedBool.
False
;
335
type._isPublic = ThreeValuedBool.
False
;
System\Xaml\Schema\XamlValueConverter.cs (1)
64
_isPublic = (ConverterType == null || ConverterType.IsVisible) ? ThreeValuedBool.True : ThreeValuedBool.
False
;
System\Xaml\XamlMember.cs (1)
202
_isNameValid = XamlName.IsValidXamlName(_name) ? ThreeValuedBool.True : ThreeValuedBool.
False
;
System\Xaml\XamlType.cs (1)
114
_isNameValid = XamlName.IsValidXamlName(_name) ? ThreeValuedBool.True : ThreeValuedBool.
False
;