32 overrides of OnGotFocus
System.Windows.Forms (20)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
814protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2728protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15190protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1088protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
38protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
751protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1706protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4699protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1426protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
139protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2177protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2400protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1208protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1804protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
579protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3088protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
484protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Form.cs (1)
4118protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
919protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
328protected override void OnGotFocus(EventArgs e)
System.Windows.Forms.Design (11)
System\ComponentModel\Design\DateTimeEditor.DateTimeUI.cs (1)
80protected override void OnGotFocus(EventArgs e)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
329protected override void OnGotFocus(EventArgs e)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
264protected override void OnGotFocus(EventArgs e)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
230protected override void OnGotFocus(EventArgs e)
System\Drawing\Design\SelectionPanelBase.cs (1)
55protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (2)
133protected override void OnGotFocus(EventArgs e) 236protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
62protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1641protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Design\DesignerFrame.cs (1)
115protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
248protected override void OnGotFocus(EventArgs e)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
293protected override void OnGotFocus(EventArgs e)
33 references to OnGotFocus
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (1)
7560toInvoke.OnGotFocus(e);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
816base.OnGotFocus(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2732base.OnGotFocus(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15192base.OnGotFocus(e);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1090base.OnGotFocus(e);
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
45base.OnGotFocus(e);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
755base.OnGotFocus(e);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1722base.OnGotFocus(e);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4706base.OnGotFocus(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1428base.OnGotFocus(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2179base.OnGotFocus(e);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2402base.OnGotFocus(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1211base.OnGotFocus(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1806base.OnGotFocus(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
581base.OnGotFocus(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3090base.OnGotFocus(e);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
491base.OnGotFocus(e);
System\Windows\Forms\Form.cs (1)
4120base.OnGotFocus(e);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
921base.OnGotFocus(e);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
331base.OnGotFocus(e);
System.Windows.Forms.Design (10)
System\ComponentModel\Design\DateTimeEditor.DateTimeUI.cs (1)
82base.OnGotFocus(e);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
331base.OnGotFocus(e);
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
266base.OnGotFocus(e);
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
232base.OnGotFocus(e);
System\Drawing\Design\SelectionPanelBase.cs (1)
57base.OnGotFocus(e);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (2)
135base.OnGotFocus(e); 244base.OnGotFocus(e);
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
64base.OnGotFocus(e);
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1643base.OnGotFocus(e);
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
250base.OnGotFocus(e);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1290public new void OnGotFocus(EventArgs e) => base.OnGotFocus(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4586public new void OnGotFocus(EventArgs e) => base.OnGotFocus(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
295base.OnGotFocus(e);