1 override of GetFirstChildControlInTabOrder
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4006
internal override Control
GetFirstChildControlInTabOrder
(bool forward) {
2 references to GetFirstChildControlInTabOrder
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
6877
Control found = ctl.
GetFirstChildControlInTabOrder
(/*forward=*/true);
7022
Control found = ctl.
GetFirstChildControlInTabOrder
(/*forward=*/false);