3 references to MoveItem
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackDragDropHandler.cs (1)
121
_owner.Items.
MoveItem
(Math.Max(0, insertIndex), droppedItem);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripItemCollectionTests.cs (2)
333
collection.
MoveItem
(index: 1, items[2]);
349
collection.
MoveItem
(index: 0, items[0]);