31 references to CharType
System (31)
compmod\system\componentmodel\MaskedTextProvider.cs (31)
83public CharType CharType; 89public CharDescriptor(int maskPos, CharType charType ) 318CharType charType = CharType.Literal; // the mask language char type. 341charType = CharType.Separator; 346charType = CharType.Separator; 351charType = CharType.Separator; 356charType = CharType.Separator; 361charType = CharType.Separator; 384charType = CharType.Literal; 398charType = CharType.EditRequired; // set char as editable. 408charType = CharType.EditOptional; // set char as editable. 415charType = CharType.Literal; 435if (charType != CharType.Separator) 1086CharType editCharFlags = CharType.EditOptional | CharType.EditRequired; 1179CharType literalCharFlags = CharType.Literal | CharType.Separator; 1188private int FindPositionInRange(int startPosition, int endPosition, bool direction, CharType charTypeFlags) 1541return (charDescriptor.CharType == CharType.EditRequired || charDescriptor.CharType == CharType.EditOptional); 1549return (charDescriptor.CharType == CharType.Literal) || (charDescriptor.CharType == CharType.Separator); 2085if (chDex.CharType == CharType.EditRequired) 2229if (charDescriptor.CharType == CharType.EditRequired) 2784case CharType.EditOptional: 2785case CharType.EditRequired: 2805case CharType.Separator: 2806case CharType.Literal: