2 writes to index
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (2)
125_rightStyle.index = IndexOfNextStealableStyle(true /*forward*/, moveIndex, widths); 129_leftStyle.index = IndexOfNextStealableStyle(false /*backwards*/, moveIndex, widths);
4 references to index
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (4)
126_rightStyle.style = _styles[_rightStyle.index]; 130_leftStyle.style = _styles[_leftStyle.index]; 247int rightIndex = _rightStyle.index; 248int leftIndex = _leftStyle.index;