5 references to GetNextControlInTab
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (5)
1783targetSelection = GetNextControlInTab(baseCtl, ctl, !backwards); 1880targetSelection = GetNextControlInTab(baseCtl, parent, !backwards); 1930targetSelection = GetNextControlInTab(baseCtl, parent, !backwards); 1961targetSelection = collection.Count >= 2 ? collection[collection.Count - 2] : GetNextControlInTab(baseCtl, parent, !backwards); 1975while ((ctl = GetNextControlInTab(baseCtl, ctl, !backwards)) is not null)