3 writes to PreviousIndexCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1202
PreviousIndexCollection
= source.Owner!.Items
1222
PreviousIndexCollection
= source.Owner!.Items
1237
PreviousIndexCollection
= source.Owner!.Items
5 references to PreviousIndexCollection
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (5)
1204
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1224
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1239
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1332
historyItem.
PreviousIndexCollection
!.Insert(Math.Min(historyItem.PreviousIndex, historyItem.
PreviousIndexCollection
.Count), historyItem.TargetItem!);