3 writes to PreviousIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripManager.cs (3)
2001maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 2017maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 2030maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source);
1 reference to PreviousIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
2127historyItem.PreviousIndexCollection.Insert(Math.Min(historyItem.PreviousIndex, historyItem.PreviousIndexCollection.Count), historyItem.TargetItem);