6 references to IncludePromptAndLiterals
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (4)
385
return MaskFormat.
IncludePromptAndLiterals
;
416
bool include = value == MaskFormat.
IncludePromptAndLiterals
;
1290
return MaskFormat.
IncludePromptAndLiterals
;
1330
bool include = value == MaskFormat.
IncludePromptAndLiterals
;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
27
_cloneMtb.TextMaskFormat = MaskFormat.
IncludePromptAndLiterals
;
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
312
[InlineData(MaskFormat.
IncludePromptAndLiterals
)]