6 references to IncludePrompt
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
388return MaskFormat.IncludePrompt; 404if (value == MaskFormat.IncludePrompt) 1293return MaskFormat.IncludePrompt; 1318if (value == MaskFormat.IncludePrompt) 1787bool includePrompt = (CutCopyMaskFormat & MaskFormat.IncludePrompt) != 0;
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
311[InlineData(MaskFormat.IncludePrompt)]