19 references to SelectNextControl
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ContainerControl.cs (6)
476selected = SelectNextControl(control, true, true, true, true); 512f.SelectNextControl(this, true, true, true, true); 825SelectNextControl(null, true, true, true, false); 1147return group.SelectNextControl(activeControl, forward, false, false, true); 1322if (SelectNextControl(activeControl, forward, true, true, false)) return true; 1367SelectNextControl(null, forward, true, true, false);
winforms\Managed\System\WinForms\Control.cs (2)
11702return SelectNextControl(ctl, forward, tabStopOnly, nested, wrap); 16599target.SelectNextControl(null, Control.ModifierKeys != Keys.Shift, true, true, true);
winforms\Managed\System\WinForms\Form.cs (3)
5404if (SelectNextControl(ActiveControl, forward, true, true, true)) 5410bool selected = SelectNextControl(null, forward, true, true, false); 5763SelectNextControl(null, forward, true, true, false);
winforms\Managed\System\WinForms\GroupBox.cs (1)
725SelectNextControl(null, true, true, true, false);
winforms\Managed\System\WinForms\Label.cs (1)
1650if (parent.SelectNextControl(this, true, false, true, false)) {
winforms\Managed\System\WinForms\SplitContainer.cs (4)
1695return group.SelectNextControl(ActiveControl, forward, false, false, true); 1924if (parent.SelectNextControl(this, forward, true, true, parent.ParentInternal == null)) { 2008parent.SelectNextControl(this, forward, true, true, true); 2092ctl.SelectNextControl(null, forward, tabStopOnly, nested, wrap);
winforms\Managed\System\WinForms\TabControl.cs (1)
1942selectNext = tabPages[index].SelectNextControl(null, true, true, false, false);
winforms\Managed\System\WinForms\UserControl.cs (1)
353SelectNextControl(null, true, true, true, false);