System\Windows\Forms\Control.cs (5)
9971Control? nextSelectableControl = GetNextSelectableControl(ctl, forward, tabStopOnly, nested, wrap);
12871AddIfCreated(controlParent.GetNextSelectableControl(this, true, true, true, false));
12872AddIfCreated(controlParent.GetNextSelectableControl(this, false, true, true, false));
12874AddIfCreated(controlParent.GetNextSelectableControl(this, true, false, false, true));
12875AddIfCreated(controlParent.GetNextSelectableControl(this, false, false, false, true));