44 references to GotFocus
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (1)
529
button.
GotFocus
+= new EventHandler(OnIconButtonEnter);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
206
this.textBoxUserName.
GotFocus
+= new System.EventHandler(textBoxUserName_GotFocus);
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
7551
/// Raises the <see cref="
GotFocus
"/> event.
7564
/// Raises the <see cref="
GotFocus
"/> event.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
211
_dropDownButton.
GotFocus
+= OnDropDownButtonGotFocus;
252
_dialogButton.
GotFocus
+= OnDropDownButtonGotFocus;
288
_editTextBox.
GotFocus
+= OnEditGotFocus;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
722
control.
GotFocus
+= HandleGotFocus;
767
control.
GotFocus
-= HandleGotFocus;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
30
_button.
GotFocus
+= OnButtonGotFocus;
System\Windows\Forms\Design\TabControlDesigner.cs (2)
161
tabControl.
GotFocus
-= OnGotFocus;
232
control.
GotFocus
+= OnGotFocus;
System.Windows.Forms.Tests (28)
System\Windows\Forms\ButtonBaseTests.cs (4)
5321
control.
GotFocus
+= handler;
5327
control.
GotFocus
-= handler;
5354
control.
GotFocus
+= handler;
5363
control.
GotFocus
-= handler;
System\Windows\Forms\ControlTests.Handlers.cs (2)
2100
control.
GotFocus
+= handler;
2106
control.
GotFocus
-= handler;
System\Windows\Forms\ControlTests.Methods.cs (12)
4171
control.
GotFocus
+= handler;
4172
otherControl.
GotFocus
+= otherHandler;
4182
control.
GotFocus
-= handler;
4183
otherControl.
GotFocus
-= otherHandler;
13999
control.
GotFocus
+= (sender, e) =>
14030
control.
GotFocus
+= (sender, e) =>
14068
control.
GotFocus
+= (sender, e) =>
14124
control.
GotFocus
+= (sender, e) =>
14184
control.
GotFocus
+= (sender, e) =>
14228
control.
GotFocus
+= (sender, e) =>
14272
control.
GotFocus
+= (sender, e) =>
14316
control.
GotFocus
+= (sender, e) =>
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (4)
1150
control.
GotFocus
+= handler;
1157
control.
GotFocus
-= handler;
1185
control.
GotFocus
+= handler;
1194
control.
GotFocus
-= handler;
System\Windows\Forms\ListBoxTests.cs (4)
5589
control.
GotFocus
+= handler;
5595
control.
GotFocus
-= handler;
5622
control.
GotFocus
+= handler;
5631
control.
GotFocus
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (2)
2966
control.
GotFocus
+= (sender, e) =>
2996
control.
GotFocus
+= (sender, e) =>
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (2)
1200
add { base.
GotFocus
+= value; }
1201
remove { base.
GotFocus
-= value; }
System\Windows\Integration\WindowsFormsHost.cs (2)
345
oldChild.
GotFocus
-= new EventHandler(this.OnChildGotFocus);
350
this.Child.
GotFocus
+= new EventHandler(this.OnChildGotFocus);