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