16 references to GetNextItem
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (16)
1239? GetNextItem(parent, toolStripItem, ArrowDirection.Left) 1267targetSelection = GetNextItem(dropDownItem.DropDown, null, ArrowDirection.Right); 1291targetSelection = GetNextItem(mainTool, owner, ArrowDirection.Left); 1337targetSelection = GetNextItem(contextMenu, null, ArrowDirection.Down); 1408targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Down); 1436ToolStripItem firstItem = GetNextItem(parentToMoveOn, null, ArrowDirection.Down); 1441targetSelection = GetNextItem(owner, parentToMoveOn.OwnerItem, ArrowDirection.Left); 1446targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Up); 1451targetSelection = GetNextItem(parentToMoveOn, item, ArrowDirection.Up); 1883ToolStripItem firstItem = GetNextItem(parent, null, ArrowDirection.Down); 1888targetSelection = GetNextItem(owner, ((ToolStripDropDown)parent).OwnerItem, ArrowDirection.Left); 1893targetSelection = GetNextItem(parent, item, ArrowDirection.Left); 1934targetSelection = GetNextItem(parent, item, ArrowDirection.Left); 1946targetSelection = GetNextItem(parent, item, ArrowDirection.Down); 1962targetSelection = GetNextItem(parent, item, ArrowDirection.Right); 2090object newSelection = GetNextItem(overFlowButton.DropDown, null, ArrowDirection.Down);