6 references to Literal
System (6)
compmod\system\componentmodel\MaskedTextProvider.cs (6)
318
CharType charType = CharType.
Literal
; // the mask language char type.
384
charType = CharType.
Literal
;
415
charType = CharType.
Literal
;
1179
CharType literalCharFlags = CharType.
Literal
| CharType.Separator;
1549
return (charDescriptor.CharType == CharType.
Literal
) || (charDescriptor.CharType == CharType.Separator);
2806
case CharType.
Literal
: