4 writes to IndexCollection
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (4)
1199maction.IndexCollection = destinationItems; 1212maction.IndexCollection = destinationItems; 1232maction.IndexCollection = destinationItems; 1247maction.IndexCollection = destinationItems;
3 references to IndexCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1334historyItem.IndexCollection!.Remove(historyItem.TargetItem!); 1339historyItem.IndexCollection!.Insert(Math.Min(historyItem.Index, historyItem.IndexCollection.Count), historyItem.TargetItem!);