1 write to CharType
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
88CharType = charType;
10 references to CharType
System.ComponentModel.TypeConverter (10)
System\ComponentModel\MaskedTextProvider.cs (10)
95$"MaskPosition[{MaskPosition}] <CaseConversion.{CaseConversion}><CharType.{CharType}><IsAssigned: {IsAssigned}"); 1118if ((chDex.CharType & charTypeFlags) == chDex.CharType) 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) 2627switch (chDex.CharType)