7 references to InvokeGotFocus
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1758this.InvokeGotFocus(this, EventArgs.Empty);
winforms\Managed\System\WinForms\ContainerControl.cs (1)
1894this.InvokeGotFocus(this, EventArgs.Empty);
winforms\Managed\System\WinForms\Control.cs (1)
13918this.InvokeGotFocus(this, EventArgs.Empty);
winforms\Managed\System\WinForms\MDIClient.cs (2)
362InvokeGotFocus(ParentInternal, EventArgs.Empty); 378InvokeGotFocus(this, EventArgs.Empty);
winforms\Managed\System\WinForms\TreeView.cs (1)
3375this.InvokeGotFocus(this, EventArgs.Empty);
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1350parent.InvokeGotFocus(parent, e);