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)
287btnDropDown.GotFocus += new EventHandler(OnDropDownButtonGotFocus); 313btnDialog.GotFocus += new EventHandler(OnDropDownButtonGotFocus); 359edit.GotFocus += new EventHandler(this.OnEditGotFocus);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
888control.GotFocus += new EventHandler(HandleGotFocus); 936control.GotFocus -= new EventHandler(HandleGotFocus);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
218this.artifactTreeView.GotFocus += new System.EventHandler(this.OnTreeViewGotFocus);