16 references to GetNextItem
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (16)
1212? GetNextItem(parent, toolStripItem, ArrowDirection.Left) 1241targetSelection = GetNextItem(dropDownItem.DropDown, null, ArrowDirection.Right); 1264targetSelection = GetNextItem(mainTool, owner, ArrowDirection.Left); 1308targetSelection = GetNextItem(contextMenu, null, ArrowDirection.Down); 1384targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Down); 1412if (item == GetNextItem(parentToMoveOn, startItem: null, ArrowDirection.Down)) 1416targetSelection = GetNextItem(owner, parentToMoveOn.OwnerItem, ArrowDirection.Left); 1421targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Up); 1426targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Up); 1845ToolStripItem firstItem = GetNextItem(parent, null, ArrowDirection.Down); 1850targetSelection = GetNextItem(owner, ((ToolStripDropDown)parent).OwnerItem, ArrowDirection.Left); 1855targetSelection = GetNextItem(parent, item, ArrowDirection.Left); 1896targetSelection = GetNextItem(parent, item, ArrowDirection.Left); 1908targetSelection = GetNextItem(parent, item, ArrowDirection.Down); 1924targetSelection = GetNextItem(parent, item, ArrowDirection.Right); 2052object newSelection = GetNextItem(overFlowButton.DropDown, null, ArrowDirection.Down);