System\Windows\Forms\Control.cs (5)
9860Control? nextSelectableControl = GetNextSelectableControl(ctl, forward, tabStopOnly, nested, wrap);
12744AddIfCreated(controlParent.GetNextSelectableControl(this, true, true, true, false));
12745AddIfCreated(controlParent.GetNextSelectableControl(this, false, true, true, false));
12747AddIfCreated(controlParent.GetNextSelectableControl(this, true, false, false, true));
12748AddIfCreated(controlParent.GetNextSelectableControl(this, false, false, false, true));