5 references to IncludePrompt
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
429return MaskFormat.IncludePrompt; 448if( value == MaskFormat.IncludePrompt ) 1470return MaskFormat.IncludePrompt; 1498if( value == MaskFormat.IncludePrompt ) 1993bool includePrompt = (CutCopyMaskFormat & MaskFormat.IncludePrompt ) != 0;