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