16 references to GetNextItem
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (16)
1215? GetNextItem(parent, toolStripItem, ArrowDirection.Left) 1244targetSelection = GetNextItem(dropDownItem.DropDown, null, ArrowDirection.Right); 1267targetSelection = GetNextItem(mainTool, owner, ArrowDirection.Left); 1311targetSelection = GetNextItem(contextMenu, null, ArrowDirection.Down); 1387targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Down); 1415if (item == GetNextItem(parentToMoveOn, startItem: null, ArrowDirection.Down)) 1419targetSelection = GetNextItem(owner, parentToMoveOn.OwnerItem, ArrowDirection.Left); 1424targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Up); 1429targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Up); 1857ToolStripItem firstItem = GetNextItem(parent, null, ArrowDirection.Down); 1862targetSelection = GetNextItem(owner, ((ToolStripDropDown)parent).OwnerItem, ArrowDirection.Left); 1867targetSelection = GetNextItem(parent, item, ArrowDirection.Left); 1908targetSelection = GetNextItem(parent, item, ArrowDirection.Left); 1920targetSelection = GetNextItem(parent, item, ArrowDirection.Down); 1936targetSelection = GetNextItem(parent, item, ArrowDirection.Right); 2064object newSelection = GetNextItem(overFlowButton.DropDown, null, ArrowDirection.Down);