9 references to Separator
System (9)
compmod\system\componentmodel\MaskedTextProvider.cs (9)
341
charType = CharType.
Separator
;
346
charType = CharType.
Separator
;
351
charType = CharType.
Separator
;
356
charType = CharType.
Separator
;
361
charType = CharType.
Separator
;
435
if (charType != CharType.
Separator
)
1179
CharType literalCharFlags = CharType.Literal | CharType.
Separator
;
1549
return (charDescriptor.CharType == CharType.Literal) || (charDescriptor.CharType == CharType.
Separator
);
2805
case CharType.
Separator
: