14 references to LostFocus
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (1)
530
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)
7813
/// Raises the <see cref="
LostFocus
"/> event.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
224
_dropDownButton.
LostFocus
+= OnChildLostFocus;
275
_dialogButton.
LostFocus
+= OnChildLostFocus;
313
_editTextBox.
LostFocus
+= OnEditLostFocus;
346
_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;
624
/// Raises the <see cref="Control.
LostFocus
"/> event.
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
56
_textBox.
LostFocus
+= OnTextBoxLostFocus;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1264
add { base.
LostFocus
+= value; }
1265
remove { base.
LostFocus
-= value; }