4 writes to IndexCollection
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (4)
1198
maction.
IndexCollection
= destinationItems;
1211
maction.
IndexCollection
= destinationItems;
1231
maction.
IndexCollection
= destinationItems;
1246
maction.
IndexCollection
= destinationItems;
3 references to IndexCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1333
historyItem.
IndexCollection
!.Remove(historyItem.TargetItem!);
1338
historyItem.
IndexCollection
!.Insert(Math.Min(historyItem.Index, historyItem.
IndexCollection
.Count), historyItem.TargetItem!);