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