1 write to _curCol
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1295
_curCol
= cell.X;
5 references to _curCol
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (5)
1605
switch (isRow ? Table.RowStyles[_curRow].SizeType : Table.ColumnStyles[
_curCol
].SizeType)
1759
InsertRowCol(isRow, isRow ? _curRow :
_curCol
);
1760
FixUpControlsOnInsert(isRow, isRow ? _curRow :
_curCol
);
1935
OnRemoveInternal(isRow, isRow ? _curRow :
_curCol
);
1951
int index = isRow ? _curRow :
_curCol
;