31 overrides of OnGotFocus
System.Windows.Forms (19)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
830
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2823
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)
764
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1706
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4750
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)
2601
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\TabControl\TabControl.cs (1)
1208
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1808
protected override unsafe void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3291
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)
4178
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)
334
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)
30 references to OnGotFocus
System.Windows.Forms (19)
System\Windows\Forms\Control.cs (1)
8257
toInvoke.
OnGotFocus
(e);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
832
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2827
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)
768
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1722
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4757
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1423
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2603
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2202
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1211
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1824
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3293
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
491
base.
OnGotFocus
(e);
System\Windows\Forms\Form.cs (1)
4180
base.
OnGotFocus
(e);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
921
base.
OnGotFocus
(e);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
337
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);