31 references to CharType
System.ComponentModel.TypeConverter (31)
System\ComponentModel\MaskedTextProvider.cs (31)
79public CharType CharType; 85public CharDescriptor(int maskPos, CharType charType) 295CharType charType = CharType.Literal; // the mask language char type. 318charType = CharType.Separator; 323charType = CharType.Separator; 328charType = CharType.Separator; 333charType = CharType.Separator; 338charType = CharType.Separator; 361charType = CharType.Literal; 375charType = CharType.EditRequired; // set char as editable. 385charType = CharType.EditOptional; // set char as editable. 392charType = CharType.Literal; 412if (charType != CharType.Separator) 990CharType editCharFlags = CharType.EditOptional | CharType.EditRequired; 1083CharType literalCharFlags = CharType.Literal | CharType.Separator; 1092private int FindPositionInRange(int startPosition, int endPosition, bool direction, CharType charTypeFlags) 1419return (charDescriptor.CharType == CharType.EditRequired || charDescriptor.CharType == CharType.EditOptional); 1427return (charDescriptor.CharType == CharType.Literal) || (charDescriptor.CharType == CharType.Separator); 1941if (chDex.CharType == CharType.EditRequired) 2078if (charDescriptor.CharType == CharType.EditRequired) 2629case CharType.EditOptional: 2630case CharType.EditRequired: 2650case CharType.Separator: 2651case CharType.Literal: