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