2 references to HandleGotFocus
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
888
control.GotFocus += new EventHandler(
HandleGotFocus
);
936
control.GotFocus -= new EventHandler(
HandleGotFocus
);