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