2 references to OnLostFocus
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
508private void HandleLostFocus(object? sender, EventArgs e) => OnLostFocus(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4687public new void OnLostFocus(EventArgs e) => base.OnLostFocus(e);