2 references to OnKeyPress
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
512private void HandleKeyPress(object? sender, KeyPressEventArgs e) => OnKeyPress(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4679public new void OnKeyPress(KeyPressEventArgs e) => base.OnKeyPress(e);