3 writes to SuppressKeyPress
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1948e.SuppressKeyPress = true;
System.Windows.Forms.Tests (2)
System\Windows\Forms\KeyEventArgsTests.cs (2)
51SuppressKeyPress = !value, 66SuppressKeyPress = value
4 references to SuppressKeyPress
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
8859if (ke!.SuppressKeyPress)
System.Windows.Forms.Tests (3)
System\Windows\Forms\KeyEventArgsTests.cs (3)
32Assert.False(e.SuppressKeyPress); 55Assert.Equal(!value, e.SuppressKeyPress); 68Assert.Equal(value, e.SuppressKeyPress);