1 write to _curCol
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1292_curCol = cell.X;
5 references to _curCol
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (5)
1593switch (isRow ? Table.RowStyles[_curRow].SizeType : Table.ColumnStyles[_curCol].SizeType) 1747InsertRowCol(isRow, isRow ? _curRow : _curCol); 1748FixUpControlsOnInsert(isRow, isRow ? _curRow : _curCol); 1923OnRemoveInternal(isRow, isRow ? _curRow : _curCol); 1939int index = isRow ? _curRow : _curCol;