5 references to IncludePromptAndLiterals
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (4)
381
return MaskFormat.
IncludePromptAndLiterals
;
412
bool include = value == MaskFormat.
IncludePromptAndLiterals
;
1286
return MaskFormat.
IncludePromptAndLiterals
;
1326
bool include = value == MaskFormat.
IncludePromptAndLiterals
;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
25
_cloneMtb.TextMaskFormat = MaskFormat.
IncludePromptAndLiterals
;