8 references to GetNextControl
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
435ctl = GetNextControl(ctl, true); 1280ctl = GetNextControl(ctl, true);
winforms\Managed\System\WinForms\Control.cs (3)
11674ctl = GetNextControl(ctl, forward); 19795for (Control previous = container.GetNextControl(Owner, false); 19797previous = container.GetNextControl(previous, false)) {
winforms\Managed\System\WinForms\SplitContainer.cs (3)
1946ctl = GetNextControl(ctl, forward); 2031ctl = GetNextControl(ctl, forward); 2059ctl = GetNextControl(ctl, forward);