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