3 writes to PreviousIndexCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1205
PreviousIndexCollection
= source.Owner!.Items
1225
PreviousIndexCollection
= source.Owner!.Items
1240
PreviousIndexCollection
= source.Owner!.Items
5 references to PreviousIndexCollection
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (5)
1207
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1227
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1242
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1335
historyItem.
PreviousIndexCollection
!.Insert(Math.Min(historyItem.PreviousIndex, historyItem.
PreviousIndexCollection
.Count), historyItem.TargetItem!);