1 override of GetFirstChildControlInTabOrder
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3860internal override Control? GetFirstChildControlInTabOrder(bool forward) => null;
2 references to GetFirstChildControlInTabOrder
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
5482Control? found = ctl.GetFirstChildControlInTabOrder(forward: true); 5637Control? found = ctl.GetFirstChildControlInTabOrder(forward: false);