System\Windows\Forms\Control.cs (5)
9963Control? nextSelectableControl = GetNextSelectableControl(ctl, forward, tabStopOnly, nested, wrap);
12861AddIfCreated(controlParent.GetNextSelectableControl(this, true, true, true, false));
12862AddIfCreated(controlParent.GetNextSelectableControl(this, false, true, true, false));
12864AddIfCreated(controlParent.GetNextSelectableControl(this, true, false, false, true));
12865AddIfCreated(controlParent.GetNextSelectableControl(this, false, false, false, true));