3 writes to PreviousIndex
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (3)
1208maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 1228maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source); 1243maction.PreviousIndex = maction.PreviousIndexCollection.IndexOf(source);
1 reference to PreviousIndex
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
1336historyItem.PreviousIndexCollection!.Insert(Math.Min(historyItem.PreviousIndex, historyItem.PreviousIndexCollection.Count), historyItem.TargetItem!);