3 references to ExcludePromptAndLiterals
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
394
return MaskFormat.
ExcludePromptAndLiterals
;
1299
return MaskFormat.
ExcludePromptAndLiterals
;
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
315
[InlineData(MaskFormat.
ExcludePromptAndLiterals
)]