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)
319control.TextMaskFormat = value; 325control.TextMaskFormat = value; 334control.Invoking(c => c.TextMaskFormat = (MaskFormat)4)
3 references to TextMaskFormat
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1306if (TextMaskFormat == value)
System.Windows.Forms.Tests (2)
MaskedTextBoxTests.cs (2)
321control.TextMaskFormat.Should().Be(value); 327control.TextMaskFormat.Should().Be(value);