3 writes to PreviousIndex
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1204maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 1224maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 1239maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source);
1 reference to PreviousIndex
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
1332historyItem.PreviousIndexCollection!.Insert(Math.Min(historyItem.PreviousIndex, historyItem.PreviousIndexCollection.Count), historyItem.TargetItem!);