6 references to KeyPress
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (2)
290add => base.KeyPress += value; 291remove => base.KeyPress -= value;
System.Windows.Forms.Tests (4)
System\Windows\Forms\ToolStripControlHostTests.cs (4)
2912item.KeyPress += handler; 2917item.KeyPress -= handler; 3565item.KeyPress += (sender, e) => 4007item.KeyPress += (sender, e) => keyPressCallCount++;