3 writes to PreviousIndexCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1190PreviousIndexCollection = source.Owner!.Items 1210PreviousIndexCollection = source.Owner!.Items 1225PreviousIndexCollection = source.Owner!.Items
5 references to PreviousIndexCollection
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (5)
1192maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 1212maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 1227maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 1320historyItem.PreviousIndexCollection!.Insert(Math.Min(historyItem.PreviousIndex, historyItem.PreviousIndexCollection.Count), historyItem.TargetItem!);