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