8 references to InvokeGotFocus
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
11942InvokeGotFocus(this, EventArgs.Empty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1558InvokeGotFocus(this, EventArgs.Empty);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3410InvokeGotFocus(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)
2010InvokeGotFocus(this, EventArgs.Empty);
System\Windows\Forms\MDI\MDIClient.cs (2)
341InvokeGotFocus(ParentInternal, EventArgs.Empty); 362InvokeGotFocus(this, EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1222public new void InvokeGotFocus(Control toInvoke, EventArgs e) => base.InvokeGotFocus(toInvoke, e);