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