16 references to KeyPressEventHandler
System.Windows.Forms (15)
System\Windows\Forms\ActiveX\AxHost.cs (1)
666
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Control.cs (2)
3945
public event
KeyPressEventHandler
? KeyPress
7733
((
KeyPressEventHandler
?)Events[s_keyPressEvent])?.Invoke(this, e);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
345
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\Labels\Label.cs (1)
620
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
939
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
528
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1336
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
486
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
302
public event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
495
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3084
internal void RaiseKeyPressEvent(object key, KeyPressEventArgs e) => ((
KeyPressEventHandler
?)Events[key])?.Invoke(this, e);
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
288
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1604
public new event
KeyPressEventHandler
? KeyPress
System\Windows\Forms\Panels\Panel.cs (1)
175
public new event
KeyPressEventHandler
? KeyPress
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
1222
public new event
KeyPressEventHandler
KeyPress