6 writes to AsciiOnly
System.Windows.Forms.Tests (6)
MaskedTextBoxTests.cs (6)
155
AsciiOnly
= value
162
control.
AsciiOnly
= value;
167
control.
AsciiOnly
= !value;
186
control.
AsciiOnly
= value;
194
control.
AsciiOnly
= value;
202
control.
AsciiOnly
= !value;
7 references to AsciiOnly
System.Windows.Forms.Tests (7)
MaskedTextBoxTests.cs (7)
34
_maskedTextBox.
AsciiOnly
.Should().BeFalse();
158
control.
AsciiOnly
.Should().Be(value);
163
control.
AsciiOnly
.Should().Be(value);
168
control.
AsciiOnly
.Should().Be(!value);
187
control.
AsciiOnly
.Should().Be(value);
195
control.
AsciiOnly
.Should().Be(value);
203
control.
AsciiOnly
.Should().Be(!value);