2 references to OnKeyUp
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
514
private void HandleKeyUp(object? sender, KeyEventArgs e) =>
OnKeyUp
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4681
public new void OnKeyUp(KeyEventArgs e) => base.
OnKeyUp
(e);