19 overrides of OnLostFocus
System.Windows.Forms (16)
System\Windows\Forms\ActiveX\AxHost.cs (1)
946
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
823
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2737
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15829
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
783
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4717
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2331
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1364
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3287
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
142
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3100
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
498
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
124
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
494
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1055
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
334
protected override void
OnLostFocus
(EventArgs e)
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
299
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
247
protected override void
OnLostFocus
(EventArgs e)
System\Windows\Forms\Design\DesignerFrame.cs (1)
132
protected override void
OnLostFocus
(EventArgs e)
22 references to OnLostFocus
System.Windows.Forms (18)
System\Windows\Forms\ActiveX\AxHost.cs (1)
959
base.
OnLostFocus
(e);
System\Windows\Forms\Control.cs (1)
7680
toInvoke.
OnLostFocus
(e);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
825
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2748
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15831
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
785
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4720
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
2335
base.
OnLostFocus
(e);
2341
base.
OnLostFocus
(e!);
2354
base.
OnLostFocus
(e!);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1367
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3289
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
144
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3102
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
500
base.
OnLostFocus
(e);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
496
base.
OnLostFocus
(e);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1057
base.
OnLostFocus
(e);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
337
base.
OnLostFocus
(e);
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
301
base.
OnLostFocus
(e);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
255
base.
OnLostFocus
(e);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1314
public new void OnLostFocus(EventArgs e) => base.
OnLostFocus
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4598
public new void OnLostFocus(EventArgs e) => base.
OnLostFocus
(e);