2 references to OnGotFocus
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
504private void HandleGotFocus(object? sender, EventArgs e) => OnGotFocus(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4673public new void OnGotFocus(EventArgs e) => base.OnGotFocus(e);