4 references to ExcludePromptAndLiterals
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MaskedTextBox.cs (4)
437
return MaskFormat.
ExcludePromptAndLiterals
;
443
if (!ClientUtils.IsEnumValid(value, (int)value, (int)MaskFormat.
ExcludePromptAndLiterals
, (int)MaskFormat.IncludePromptAndLiterals))
1478
return MaskFormat.
ExcludePromptAndLiterals
;
1489
if (!ClientUtils.IsEnumValid(value, (int)value, (int)MaskFormat.
ExcludePromptAndLiterals
, (int)MaskFormat.IncludePromptAndLiterals))