50 references to LostFocus
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (1)
531
button.
LostFocus
+= new EventHandler(OnIconButtonLeave);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
207
this.textBoxUserName.
LostFocus
+= new System.EventHandler(textBoxUserName_LostFocus);
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (1)
7725
/// Raises the <see cref="
LostFocus
"/> event.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
212
_dropDownButton.
LostFocus
+= OnChildLostFocus;
253
_dialogButton.
LostFocus
+= OnChildLostFocus;
289
_editTextBox.
LostFocus
+= OnEditLostFocus;
323
_listBox.
LostFocus
+= OnChildLostFocus;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
725
control.
LostFocus
+= HandleLostFocus;
770
control.
LostFocus
-= HandleLostFocus;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
59
_upDownEdit.
LostFocus
+= OnTextBoxLostFocus;
626
/// Raises the <see cref="Control.
LostFocus
"/> event.
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
56
_textBox.
LostFocus
+= OnTextBoxLostFocus;
System.Windows.Forms.Tests (36)
System\Windows\Forms\ButtonBaseTests.cs (20)
6037
control.
LostFocus
+= handler;
6044
control.
LostFocus
-= handler;
6072
control.
LostFocus
+= handler;
6082
control.
LostFocus
-= handler;
7615
control.
LostFocus
+= (sender, e) => callCount++;
7646
control.
LostFocus
+= (sender, e) => callCount++;
7678
control.
LostFocus
+= (sender, e) => callCount++;
7717
control.
LostFocus
+= (sender, e) => callCount++;
7758
control.
LostFocus
+= (sender, e) => callCount++;
7803
control.
LostFocus
+= (sender, e) => callCount++;
7846
control.
LostFocus
+= (sender, e) => callCount++;
7895
control.
LostFocus
+= (sender, e) => callCount++;
8440
control.
LostFocus
+= (sender, e) =>
8476
control.
LostFocus
+= (sender, e) =>
8513
control.
LostFocus
+= (sender, e) =>
8557
control.
LostFocus
+= (sender, e) =>
8603
control.
LostFocus
+= (sender, e) =>
8653
control.
LostFocus
+= (sender, e) =>
8701
control.
LostFocus
+= (sender, e) =>
8755
control.
LostFocus
+= (sender, e) =>
System\Windows\Forms\ControlTests.Handlers.cs (2)
3332
control.
LostFocus
+= handler;
3337
control.
LostFocus
-= handler;
System\Windows\Forms\ControlTests.Methods.cs (8)
4211
control.
LostFocus
+= handler;
4212
otherControl.
LostFocus
+= otherHandler;
4222
control.
LostFocus
-= handler;
4223
otherControl.
LostFocus
-= otherHandler;
12435
control.
LostFocus
+= (sender, e) => callCount++;
12461
control.
LostFocus
+= (sender, e) => callCount++;
13079
control.
LostFocus
+= (sender, e) =>
13110
control.
LostFocus
+= (sender, e) =>
System\Windows\Forms\ToolStripTests.cs (2)
5804
control.
LostFocus
+= handler;
5809
control.
LostFocus
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (4)
2488
control.
LostFocus
+= handler;
2494
control.
LostFocus
-= handler;
2862
control.
LostFocus
+= (sender, e) => callCount++;
2888
control.
LostFocus
+= (sender, e) => callCount++;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1270
add { base.
LostFocus
+= value; }
1271
remove { base.
LostFocus
-= value; }