6 references to Literal
System.ComponentModel.TypeConverter (6)
System\ComponentModel\MaskedTextProvider.cs (6)
295
CharType charType = CharType.
Literal
; // the mask language char type.
361
charType = CharType.
Literal
;
392
charType = CharType.
Literal
;
1083
CharType literalCharFlags = CharType.
Literal
| CharType.Separator;
1427
return (charDescriptor.CharType == CharType.
Literal
) || (charDescriptor.CharType == CharType.Separator);
2651
case CharType.
Literal
: