4 writes to Index
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripManager.cs (4)
1991maction.Index = indexOfDestinationItem; 2004maction.Index = indexOfDestinationItem; 2022maction.Index = insertIndex; 2033maction.Index = index;
1 reference to Index
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
2130historyItem.IndexCollection.Insert(Math.Min(historyItem.Index, historyItem.IndexCollection.Count), historyItem.TargetItem);