1 write to CharType
System (1)
compmod\system\componentmodel\MaskedTextProvider.cs (1)
92this.CharType = charType;
10 references to CharType
System (10)
compmod\system\componentmodel\MaskedTextProvider.cs (10)
102this.CharType, 1214if ((chDex.CharType & charTypeFlags) == chDex.CharType) 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) 2782switch (chDex.CharType)