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