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