4 writes to TextMaskFormat
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
27
_cloneMtb.
TextMaskFormat
= MaskFormat.IncludePromptAndLiterals;
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
319
control.
TextMaskFormat
= value;
325
control.
TextMaskFormat
= value;
334
control.Invoking(c => c.
TextMaskFormat
= (MaskFormat)4)
3 references to TextMaskFormat
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1306
if (
TextMaskFormat
== value)
System.Windows.Forms.Tests (2)
MaskedTextBoxTests.cs (2)
321
control.
TextMaskFormat
.Should().Be(value);
327
control.
TextMaskFormat
.Should().Be(value);