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
];
247
int rightIndex = _rightStyle.
index
;
248
int leftIndex = _leftStyle.
index
;