16 references to GetNextItem
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (16)
1224? GetNextItem(parent, toolStripItem, ArrowDirection.Left) 1253targetSelection = GetNextItem(dropDownItem.DropDown, null, ArrowDirection.Right); 1276targetSelection = GetNextItem(mainTool, owner, ArrowDirection.Left); 1320targetSelection = GetNextItem(contextMenu, null, ArrowDirection.Down); 1396targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Down); 1424if (item == GetNextItem(parentToMoveOn, startItem: null, ArrowDirection.Down)) 1428targetSelection = GetNextItem(owner, parentToMoveOn.OwnerItem, ArrowDirection.Left); 1433targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Up); 1438targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Up); 1866ToolStripItem firstItem = GetNextItem(parent, null, ArrowDirection.Down); 1871targetSelection = GetNextItem(owner, ((ToolStripDropDown)parent).OwnerItem, ArrowDirection.Left); 1876targetSelection = GetNextItem(parent, item, ArrowDirection.Left); 1917targetSelection = GetNextItem(parent, item, ArrowDirection.Left); 1929targetSelection = GetNextItem(parent, item, ArrowDirection.Down); 1945targetSelection = GetNextItem(parent, item, ArrowDirection.Right); 2073object newSelection = GetNextItem(overFlowButton.DropDown, null, ArrowDirection.Down);