9 references to GotFocus
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (2)
9001
/// <para>Raises the <see cref='System.Windows.Forms.Control.
GotFocus
'/> event.</para>
9015
/// <para>Raises the <see cref='System.Windows.Forms.Control.
GotFocus
'/> event.</para>
winforms\Managed\System\WinForms\LinkLabel.cs (1)
893
/// Raises the <see cref='System.Windows.Forms.Control.
GotFocus
'/>
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
287
btnDropDown.
GotFocus
+= new EventHandler(OnDropDownButtonGotFocus);
313
btnDialog.
GotFocus
+= new EventHandler(OnDropDownButtonGotFocus);
359
edit.
GotFocus
+= new EventHandler(this.OnEditGotFocus);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
888
control.
GotFocus
+= new EventHandler(HandleGotFocus);
936
control.
GotFocus
-= new EventHandler(HandleGotFocus);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
218
this.artifactTreeView.
GotFocus
+= new System.EventHandler(this.OnTreeViewGotFocus);