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