1 write to _curRow
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1297
_curRow
= cell.Y;
5 references to _curRow
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (5)
1608
switch (isRow ? Table.RowStyles[
_curRow
].SizeType : Table.ColumnStyles[_curCol].SizeType)
1762
InsertRowCol(isRow, isRow ?
_curRow
: _curCol);
1763
FixUpControlsOnInsert(isRow, isRow ?
_curRow
: _curCol);
1938
OnRemoveInternal(isRow, isRow ?
_curRow
: _curCol);
1954
int index = isRow ?
_curRow
: _curCol;