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