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