31 references to CharType
System.ComponentModel.TypeConverter (31)
System\ComponentModel\MaskedTextProvider.cs (31)
79
public
CharType
CharType;
85
public CharDescriptor(int maskPos,
CharType
charType)
295
CharType
charType =
CharType
.Literal; // the mask language char type.
318
charType =
CharType
.Separator;
323
charType =
CharType
.Separator;
328
charType =
CharType
.Separator;
333
charType =
CharType
.Separator;
338
charType =
CharType
.Separator;
361
charType =
CharType
.Literal;
375
charType =
CharType
.EditRequired; // set char as editable.
385
charType =
CharType
.EditOptional; // set char as editable.
392
charType =
CharType
.Literal;
412
if (charType !=
CharType
.Separator)
990
CharType
editCharFlags =
CharType
.EditOptional |
CharType
.EditRequired;
1083
CharType
literalCharFlags =
CharType
.Literal |
CharType
.Separator;
1092
private int FindPositionInRange(int startPosition, int endPosition, bool direction,
CharType
charTypeFlags)
1419
return (charDescriptor.CharType ==
CharType
.EditRequired || charDescriptor.CharType ==
CharType
.EditOptional);
1427
return (charDescriptor.CharType ==
CharType
.Literal) || (charDescriptor.CharType ==
CharType
.Separator);
1941
if (chDex.CharType ==
CharType
.EditRequired)
2078
if (charDescriptor.CharType ==
CharType
.EditRequired)
2629
case
CharType
.EditOptional:
2630
case
CharType
.EditRequired:
2650
case
CharType
.Separator:
2651
case
CharType
.Literal: