10 references to GetNextControl
System.Windows.Forms (9)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (2)
405
for (Control? previous = container.
GetNextControl
(owner, false);
407
previous = container.
GetNextControl
(previous, false))
System\Windows\Forms\Control.cs (2)
5755
return ctl.ToolStripControlHost is not null ?
GetNextControl
(ctl._parent, forward: false) : parent;
9988
ctl =
GetNextControl
(ctl, forward);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
439
ctl =
GetNextControl
(ctl, true);
1279
ctl =
GetNextControl
(ctl, true);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (3)
1837
ctl =
GetNextControl
(ctl, forward);
1939
ctl =
GetNextControl
(ctl, forward);
1973
ctl =
GetNextControl
(ctl, forward);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
721
while ((control = form.
GetNextControl
(control, forward)) is not null)