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