4 writes to IndexCollection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripManager.cs (4)
1992maction.IndexCollection = destinationItems; 2005maction.IndexCollection = destinationItems; 2021maction.IndexCollection = destinationItems; 2034maction.IndexCollection = destinationItems;
3 references to IndexCollection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripManager.cs (3)
2125historyItem.IndexCollection.Remove(historyItem.TargetItem); 2130historyItem.IndexCollection.Insert(Math.Min(historyItem.Index, historyItem.IndexCollection.Count), historyItem.TargetItem);