3 writes to PreviousIndexCollection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripManager.cs (3)
2000
maction.
PreviousIndexCollection
= source.Owner.Items;
2016
maction.
PreviousIndexCollection
= source.Owner.Items;
2029
maction.
PreviousIndexCollection
= source.Owner.Items;
5 references to PreviousIndexCollection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripManager.cs (5)
2001
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
2017
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
2030
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
2127
historyItem.
PreviousIndexCollection
.Insert(Math.Min(historyItem.PreviousIndex, historyItem.
PreviousIndexCollection
.Count), historyItem.TargetItem);