System\Windows\Forms\Control.cs (5)
9871Control? nextSelectableControl = GetNextSelectableControl(ctl, forward, tabStopOnly, nested, wrap);
12758AddIfCreated(controlParent.GetNextSelectableControl(this, true, true, true, false));
12759AddIfCreated(controlParent.GetNextSelectableControl(this, false, true, true, false));
12761AddIfCreated(controlParent.GetNextSelectableControl(this, true, false, false, true));
12762AddIfCreated(controlParent.GetNextSelectableControl(this, false, false, false, true));