1 write to CharType
System (1)
compmod\system\componentmodel\MaskedTextProvider.cs (1)
92
this.
CharType
= charType;
10 references to CharType
System (10)
compmod\system\componentmodel\MaskedTextProvider.cs (10)
102
this.
CharType
,
1214
if ((chDex.
CharType
& charTypeFlags) == chDex.
CharType
)
1541
return (charDescriptor.
CharType
== CharType.EditRequired || charDescriptor.
CharType
== CharType.EditOptional);
1549
return (charDescriptor.
CharType
== CharType.Literal) || (charDescriptor.
CharType
== CharType.Separator);
2085
if (chDex.
CharType
== CharType.EditRequired)
2229
if (charDescriptor.
CharType
== CharType.EditRequired)
2782
switch (chDex.
CharType
)