9 references to Separator
System.ComponentModel.TypeConverter (9)
System\ComponentModel\MaskedTextProvider.cs (9)
318
charType = CharType.
Separator
;
323
charType = CharType.
Separator
;
328
charType = CharType.
Separator
;
333
charType = CharType.
Separator
;
338
charType = CharType.
Separator
;
412
if (charType != CharType.
Separator
)
1083
CharType literalCharFlags = CharType.Literal | CharType.
Separator
;
1427
return (charDescriptor.CharType == CharType.Literal) || (charDescriptor.CharType == CharType.
Separator
);
2650
case CharType.
Separator
: