5 references to IncludePrompt
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
384return MaskFormat.IncludePrompt; 400if (value == MaskFormat.IncludePrompt) 1289return MaskFormat.IncludePrompt; 1314if (value == MaskFormat.IncludePrompt) 1781bool includePrompt = (CutCopyMaskFormat & MaskFormat.IncludePrompt) != 0;