6 references to IncludePromptAndLiterals
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MaskedTextBox.cs (6)
426
return MaskFormat.
IncludePromptAndLiterals
;
443
if (!ClientUtils.IsEnumValid(value, (int)value, (int)MaskFormat.ExcludePromptAndLiterals, (int)MaskFormat.
IncludePromptAndLiterals
))
460
bool include = value == MaskFormat.
IncludePromptAndLiterals
;
1467
return MaskFormat.
IncludePromptAndLiterals
;
1489
if (!ClientUtils.IsEnumValid(value, (int)value, (int)MaskFormat.ExcludePromptAndLiterals, (int)MaskFormat.
IncludePromptAndLiterals
))
1510
bool include = value == MaskFormat.
IncludePromptAndLiterals
;