8 references to InvokeGotFocus
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
11942
InvokeGotFocus
(this, EventArgs.Empty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1558
InvokeGotFocus
(this, EventArgs.Empty);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3410
InvokeGotFocus
(this, EventArgs.Empty);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
116
_parent.
InvokeGotFocus
(_parent, e);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
2010
InvokeGotFocus
(this, EventArgs.Empty);
System\Windows\Forms\MDI\MDIClient.cs (2)
341
InvokeGotFocus
(ParentInternal, EventArgs.Empty);
362
InvokeGotFocus
(this, EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1222
public new void InvokeGotFocus(Control toInvoke, EventArgs e) => base.
InvokeGotFocus
(toInvoke, e);