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