11 overrides of OnGotFocus
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
791
protected override void
OnGotFocus
(EventArgs e) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
2830
protected override void
OnGotFocus
(EventArgs e) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15688
protected override void
OnGotFocus
(EventArgs e)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
898
protected override void
OnGotFocus
(EventArgs e) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2944
protected override void
OnGotFocus
(EventArgs e) {
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
141
protected override void
OnGotFocus
(EventArgs e) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2418
protected override void
OnGotFocus
(EventArgs e) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1122
protected override void
OnGotFocus
(EventArgs e) {
winforms\Managed\System\WinForms\TextBox.cs (1)
629
protected override void
OnGotFocus
(EventArgs e) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
547
protected override void
OnGotFocus
(EventArgs e) {
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
2136
protected override void
OnGotFocus
(EventArgs e)
11 references to OnGotFocus
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
792
base.
OnGotFocus
(e);
winforms\Managed\System\WinForms\ComboBox.cs (1)
2832
base.
OnGotFocus
(e);
winforms\Managed\System\WinForms\Control.cs (1)
9006
toInvoke.
OnGotFocus
(e);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15690
base.
OnGotFocus
(e);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
900
base.
OnGotFocus
(e);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2946
base.
OnGotFocus
(e);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2421
base.
OnGotFocus
(e);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1123
base.
OnGotFocus
(e);
winforms\Managed\System\WinForms\TextBox.cs (1)
630
base.
OnGotFocus
(e);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
551
base.
OnGotFocus
(e);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
2138
base.
OnGotFocus
(e);