7 references to InvokeGotFocus
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
12812InvokeGotFocus(this, EventArgs.Empty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1636InvokeGotFocus(this, EventArgs.Empty);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3613InvokeGotFocus(this, EventArgs.Empty);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
130_parent.InvokeGotFocus(_parent, e);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
2000InvokeGotFocus(this, EventArgs.Empty);
System\Windows\Forms\MDI\MDIClient.cs (2)
337InvokeGotFocus(ParentInternal, EventArgs.Empty); 358InvokeGotFocus(this, EventArgs.Empty);