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)
2910item.KeyPress += handler; 2915item.KeyPress -= handler; 3563item.KeyPress += (sender, e) => 4005item.KeyPress += (sender, e) => keyPressCallCount++;