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