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