3 writes to PreviousIndexCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1206
PreviousIndexCollection
= source.Owner!.Items
1226
PreviousIndexCollection
= source.Owner!.Items
1241
PreviousIndexCollection
= source.Owner!.Items
5 references to PreviousIndexCollection
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (5)
1208
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1228
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1243
maction.PreviousIndex = maction.
PreviousIndexCollection
.IndexOf(source);
1336
historyItem.
PreviousIndexCollection
!.Insert(Math.Min(historyItem.PreviousIndex, historyItem.
PreviousIndexCollection
.Count), historyItem.TargetItem!);