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)
288btnDropDown.LostFocus += new EventHandler(this.OnChildLostFocus); 314btnDialog.LostFocus += new EventHandler(this.OnChildLostFocus); 360edit.LostFocus += new EventHandler(this.OnEditLostFocus); 396listBox.LostFocus += new EventHandler(this.OnChildLostFocus);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
891control.LostFocus += new EventHandler(HandleLostFocus); 939control.LostFocus -= new EventHandler(HandleLostFocus);
winforms\Managed\System\WinForms\UpDownBase.cs (2)
99upDownEdit.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)
1010this.palette.LostFocus += new System.EventHandler(OnPaletteLostFocus); 1027palette.LostFocus -= new System.EventHandler(OnPaletteLostFocus);
System.WorkflowServices (1)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
91this.TextBox.LostFocus += new EventHandler(textBox_LostFocus);