4 references to EditOptional
System (4)
compmod\system\componentmodel\MaskedTextProvider.cs (4)
408charType = CharType.EditOptional; // set char as editable. 1086CharType editCharFlags = CharType.EditOptional | CharType.EditRequired; 1541return (charDescriptor.CharType == CharType.EditRequired || charDescriptor.CharType == CharType.EditOptional); 2784case CharType.EditOptional: