50 references to LostFocus
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (1)
539
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)
7686
/// 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)
6035
control.
LostFocus
+= handler;
6042
control.
LostFocus
-= handler;
6070
control.
LostFocus
+= handler;
6080
control.
LostFocus
-= handler;
7613
control.
LostFocus
+= (sender, e) => callCount++;
7644
control.
LostFocus
+= (sender, e) => callCount++;
7676
control.
LostFocus
+= (sender, e) => callCount++;
7715
control.
LostFocus
+= (sender, e) => callCount++;
7756
control.
LostFocus
+= (sender, e) => callCount++;
7801
control.
LostFocus
+= (sender, e) => callCount++;
7844
control.
LostFocus
+= (sender, e) => callCount++;
7893
control.
LostFocus
+= (sender, e) => callCount++;
8438
control.
LostFocus
+= (sender, e) =>
8474
control.
LostFocus
+= (sender, e) =>
8511
control.
LostFocus
+= (sender, e) =>
8555
control.
LostFocus
+= (sender, e) =>
8601
control.
LostFocus
+= (sender, e) =>
8651
control.
LostFocus
+= (sender, e) =>
8699
control.
LostFocus
+= (sender, e) =>
8753
control.
LostFocus
+= (sender, e) =>
System\Windows\Forms\ControlTests.Handlers.cs (2)
3330
control.
LostFocus
+= handler;
3335
control.
LostFocus
-= handler;
System\Windows\Forms\ControlTests.Methods.cs (8)
4242
control.
LostFocus
+= handler;
4243
otherControl.
LostFocus
+= otherHandler;
4253
control.
LostFocus
-= handler;
4254
otherControl.
LostFocus
-= otherHandler;
12466
control.
LostFocus
+= (sender, e) => callCount++;
12492
control.
LostFocus
+= (sender, e) => callCount++;
13110
control.
LostFocus
+= (sender, e) =>
13141
control.
LostFocus
+= (sender, e) =>
System\Windows\Forms\ToolStripTests.cs (2)
5802
control.
LostFocus
+= handler;
5807
control.
LostFocus
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (4)
2486
control.
LostFocus
+= handler;
2492
control.
LostFocus
-= handler;
2860
control.
LostFocus
+= (sender, e) => callCount++;
2886
control.
LostFocus
+= (sender, e) => callCount++;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1279
add { base.
LostFocus
+= value; }
1280
remove { base.
LostFocus
-= value; }