1 write to index
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
2258index = value;
2 references to index
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
2255return index; 2288return "MergeAction: " + mergeAction.ToString() + " | TargetItem: " + (TargetItem == null ? "null" : TargetItem.Text) + " Index: " + index.ToString(CultureInfo.CurrentCulture);