6 writes to AsciiOnly
System.Windows.Forms.Tests (6)
MaskedTextBoxTests.cs (6)
153
AsciiOnly
= value
160
control.
AsciiOnly
= value;
165
control.
AsciiOnly
= !value;
184
control.
AsciiOnly
= value;
192
control.
AsciiOnly
= value;
200
control.
AsciiOnly
= !value;
7 references to AsciiOnly
System.Windows.Forms.Tests (7)
MaskedTextBoxTests.cs (7)
32
_maskedTextBox.
AsciiOnly
.Should().BeFalse();
156
control.
AsciiOnly
.Should().Be(value);
161
control.
AsciiOnly
.Should().Be(value);
166
control.
AsciiOnly
.Should().Be(!value);
185
control.
AsciiOnly
.Should().Be(value);
193
control.
AsciiOnly
.Should().Be(value);
201
control.
AsciiOnly
.Should().Be(!value);