6 overrides of OnEnter
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGrid.cs (1)
3931protected override void OnEnter(EventArgs e) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15510protected override void OnEnter(EventArgs e)
winforms\Managed\System\WinForms\Form.cs (1)
4734protected override void OnEnter(EventArgs e) {
winforms\Managed\System\WinForms\RadioButton.cs (1)
464protected override void OnEnter(EventArgs e) {
winforms\Managed\System\WinForms\TabControl.cs (1)
1440protected override void OnEnter(EventArgs e) {
winforms\Managed\System\WinForms\TabPage.cs (1)
652protected override void OnEnter (EventArgs e) {
7 references to OnEnter
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
7898OnEnter(EventArgs.Empty);
winforms\Managed\System\WinForms\DataGrid.cs (1)
3937base.OnEnter(e);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15517base.OnEnter(e);
winforms\Managed\System\WinForms\Form.cs (1)
4735base.OnEnter(e);
winforms\Managed\System\WinForms\RadioButton.cs (1)
487base.OnEnter(e);
winforms\Managed\System\WinForms\TabControl.cs (1)
1441base.OnEnter (e);
winforms\Managed\System\WinForms\TabPage.cs (1)
657base.OnEnter (e);