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