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