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