14 references to LostFocus
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (1)
530button.LostFocus += new EventHandler(OnIconButtonLeave);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
207this.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)
725control.LostFocus += HandleLostFocus; 770control.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)
1264add { base.LostFocus += value; } 1265remove { base.LostFocus -= value; }