33 overrides of OnGotFocus
System.Windows.Forms (21)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
868
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2721
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15184
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1086
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
38
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
752
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1704
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4748
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1421
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2553
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
139
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2200
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2391
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1208
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1798
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
563
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3075
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
484
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Form.cs (1)
4169
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
919
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
328
protected override void
OnGotFocus
(EventArgs e)
System.Windows.Forms.Design (11)
System\ComponentModel\Design\DateTimeEditor.DateTimeUI.cs (1)
80
protected override void
OnGotFocus
(EventArgs e)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
329
protected override void
OnGotFocus
(EventArgs e)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
264
protected override void
OnGotFocus
(EventArgs e)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
230
protected override void
OnGotFocus
(EventArgs e)
System\Drawing\Design\SelectionPanelBase.cs (1)
55
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (2)
140
protected override void
OnGotFocus
(EventArgs e)
243
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
62
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1635
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Design\DesignerFrame.cs (1)
112
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
248
protected override void
OnGotFocus
(EventArgs e)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
291
protected override void
OnGotFocus
(EventArgs e)
32 references to OnGotFocus
System.Windows.Forms (21)
System\Windows\Forms\Control.cs (1)
7649
toInvoke.
OnGotFocus
(e);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
870
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2725
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15186
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1088
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
45
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
756
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1720
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4755
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1423
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2555
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2202
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2393
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1211
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1800
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
565
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3077
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
491
base.
OnGotFocus
(e);
System\Windows\Forms\Form.cs (1)
4171
base.
OnGotFocus
(e);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
921
base.
OnGotFocus
(e);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
331
base.
OnGotFocus
(e);
System.Windows.Forms.Design (10)
System\ComponentModel\Design\DateTimeEditor.DateTimeUI.cs (1)
82
base.
OnGotFocus
(e);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
331
base.
OnGotFocus
(e);
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
266
base.
OnGotFocus
(e);
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
232
base.
OnGotFocus
(e);
System\Drawing\Design\SelectionPanelBase.cs (1)
57
base.
OnGotFocus
(e);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (2)
142
base.
OnGotFocus
(e);
251
base.
OnGotFocus
(e);
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
64
base.
OnGotFocus
(e);
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1637
base.
OnGotFocus
(e);
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
250
base.
OnGotFocus
(e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
293
base.
OnGotFocus
(e);