15 references to LostFocus
System.Web.Mobile (1)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
148
_cmbSchemas.
LostFocus
+= new EventHandler(this.OnLostFocusSchemasComboBox);
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (1)
1333
/// <para>Raises the <see cref='System.Windows.Forms.Control.
LostFocus
'/> event.</para>
winforms\Managed\System\WinForms\Control.cs (1)
9190
/// <para>Raises the <see cref='System.Windows.Forms.Control.
LostFocus
'/> event.</para>
winforms\Managed\System\WinForms\LinkLabel.cs (1)
931
/// Raises the <see cref='System.Windows.Forms.Control.
LostFocus
'/>
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
288
btnDropDown.
LostFocus
+= new EventHandler(this.OnChildLostFocus);
314
btnDialog.
LostFocus
+= new EventHandler(this.OnChildLostFocus);
360
edit.
LostFocus
+= new EventHandler(this.OnEditLostFocus);
396
listBox.
LostFocus
+= new EventHandler(this.OnChildLostFocus);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
891
control.
LostFocus
+= new EventHandler(HandleLostFocus);
939
control.
LostFocus
-= new EventHandler(HandleLostFocus);
winforms\Managed\System\WinForms\UpDownBase.cs (2)
99
upDownEdit.
LostFocus
+= new EventHandler(this.OnTextBoxLostFocus);
901
/// <para>Raises the <see cref='System.Windows.Forms.Control.
LostFocus
'/> event.</para>
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1010
this.palette.
LostFocus
+= new System.EventHandler(OnPaletteLostFocus);
1027
palette.
LostFocus
-= new System.EventHandler(OnPaletteLostFocus);
System.WorkflowServices (1)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
91
this.TextBox.
LostFocus
+= new EventHandler(textBox_LostFocus);