1 write to Index
System.Windows.Forms (1)
System\Windows\Forms\Layout\MeasureItemEventArgs.cs (1)
22Index = index;
2 references to Index
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
628bool drawSeparator = e.Index == _customItemIndex; 630if (e.Index >= 0 && drawSeparator)