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