5 references to GetNextControlInTab
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (5)
1792
targetSelection =
GetNextControlInTab
(baseCtl, ctl, !backwards);
1889
targetSelection =
GetNextControlInTab
(baseCtl, parent, !backwards);
1939
targetSelection =
GetNextControlInTab
(baseCtl, parent, !backwards);
1970
targetSelection = collection.Count >= 2 ? collection[collection.Count - 2] :
GetNextControlInTab
(baseCtl, parent, !backwards);
1984
while ((ctl =
GetNextControlInTab
(baseCtl, ctl, !backwards)) is not null)