7 writes to SkipLiterals
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\MaskDescriptor.cs (1)
78SkipLiterals = true,
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (2)
274maskedTextBox.SkipLiterals = true; 281maskedTextBox.SkipLiterals = SkipLiterals;
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
29_cloneMtb.SkipLiterals = true;
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
623control.SkipLiterals = value; 628control.SkipLiterals = value; 633control.SkipLiterals = !value;
5 references to SkipLiterals
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
270bool SkipLiterals = maskedTextBox.SkipLiterals;
System.Windows.Forms.Tests (4)
MaskedTextBoxTests.cs (4)
41_maskedTextBox.SkipLiterals.Should().BeTrue(); 624control.SkipLiterals.Should().Be(value); 629control.SkipLiterals.Should().Be(value); 634control.SkipLiterals.Should().Be(!value);