33 overrides of OnGotFocus
System.Windows.Forms (21)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
869protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2738protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15184protected 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)
4752protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1427protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2555protected 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)
2201protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2391protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1213protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1798protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
576protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3079protected 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)
4184protected 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)
1635protected 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)
291protected override void OnGotFocus(EventArgs e)
34 references to OnGotFocus
System.Windows.Forms (21)
System\Windows\Forms\Control.cs (1)
7654toInvoke.OnGotFocus(e);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
871base.OnGotFocus(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2742base.OnGotFocus(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15186base.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)
4759base.OnGotFocus(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1429base.OnGotFocus(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2557base.OnGotFocus(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2203base.OnGotFocus(e);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2393base.OnGotFocus(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1216base.OnGotFocus(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1800base.OnGotFocus(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
578base.OnGotFocus(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3081base.OnGotFocus(e);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
491base.OnGotFocus(e);
System\Windows\Forms\Form.cs (1)
4186base.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)
1637base.OnGotFocus(e);
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
250base.OnGotFocus(e);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1292public new void OnGotFocus(EventArgs e) => base.OnGotFocus(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4588public new void OnGotFocus(EventArgs e) => base.OnGotFocus(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
293base.OnGotFocus(e);