44 references to GotFocus
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (1)
537
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)
7512
/// Raises the <see cref="
GotFocus
"/> event.
7525
/// 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)
5319
control.
GotFocus
+= handler;
5325
control.
GotFocus
-= handler;
5352
control.
GotFocus
+= handler;
5361
control.
GotFocus
-= handler;
System\Windows\Forms\ControlTests.Handlers.cs (2)
2098
control.
GotFocus
+= handler;
2104
control.
GotFocus
-= handler;
System\Windows\Forms\ControlTests.Methods.cs (12)
4202
control.
GotFocus
+= handler;
4203
otherControl.
GotFocus
+= otherHandler;
4213
control.
GotFocus
-= handler;
4214
otherControl.
GotFocus
-= otherHandler;
14030
control.
GotFocus
+= (sender, e) =>
14061
control.
GotFocus
+= (sender, e) =>
14099
control.
GotFocus
+= (sender, e) =>
14155
control.
GotFocus
+= (sender, e) =>
14215
control.
GotFocus
+= (sender, e) =>
14259
control.
GotFocus
+= (sender, e) =>
14303
control.
GotFocus
+= (sender, e) =>
14347
control.
GotFocus
+= (sender, e) =>
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (4)
1148
control.
GotFocus
+= handler;
1155
control.
GotFocus
-= handler;
1183
control.
GotFocus
+= handler;
1192
control.
GotFocus
-= handler;
System\Windows\Forms\ListBoxTests.cs (4)
5587
control.
GotFocus
+= handler;
5593
control.
GotFocus
-= handler;
5620
control.
GotFocus
+= handler;
5629
control.
GotFocus
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (2)
2964
control.
GotFocus
+= (sender, e) =>
2994
control.
GotFocus
+= (sender, e) =>
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (2)
1209
add { base.
GotFocus
+= value; }
1210
remove { base.
GotFocus
-= value; }
System\Windows\Integration\WindowsFormsHost.cs (2)
353
oldChild.
GotFocus
-= new EventHandler(this.OnChildGotFocus);
358
this.Child.
GotFocus
+= new EventHandler(this.OnChildGotFocus);