7 writes to SkipLiterals
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\MaskDescriptor.cs (1)
78
SkipLiterals
= true,
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (2)
274
maskedTextBox.
SkipLiterals
= true;
281
maskedTextBox.
SkipLiterals
= SkipLiterals;
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
31
_cloneMtb.
SkipLiterals
= true;
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
621
control.
SkipLiterals
= value;
626
control.
SkipLiterals
= value;
631
control.
SkipLiterals
= !value;
5 references to SkipLiterals
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
270
bool SkipLiterals = maskedTextBox.
SkipLiterals
;
System.Windows.Forms.Tests (4)
MaskedTextBoxTests.cs (4)
39
_maskedTextBox.
SkipLiterals
.Should().BeTrue();
622
control.
SkipLiterals
.Should().Be(value);
627
control.
SkipLiterals
.Should().Be(value);
632
control.
SkipLiterals
.Should().Be(!value);