3 writes to SuppressKeyPress
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1946e.SuppressKeyPress = true;
System.Windows.Forms.Tests (2)
System\Windows\Forms\KeyEventArgsTests.cs (2)
53SuppressKeyPress = !value, 68SuppressKeyPress = value
4 references to SuppressKeyPress
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
8898if (ke!.SuppressKeyPress)
System.Windows.Forms.Tests (3)
System\Windows\Forms\KeyEventArgsTests.cs (3)
34Assert.False(e.SuppressKeyPress); 57Assert.Equal(!value, e.SuppressKeyPress); 70Assert.Equal(value, e.SuppressKeyPress);