System\Windows\Forms\Control.cs (5)
9838Control? nextSelectableControl = GetNextSelectableControl(ctl, forward, tabStopOnly, nested, wrap);
12726AddIfCreated(controlParent.GetNextSelectableControl(this, true, true, true, false));
12727AddIfCreated(controlParent.GetNextSelectableControl(this, false, true, true, false));
12729AddIfCreated(controlParent.GetNextSelectableControl(this, true, false, false, true));
12730AddIfCreated(controlParent.GetNextSelectableControl(this, false, false, false, true));