3 references to InsertRowCol
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
818_tableLayoutPanelDesigner.InsertRowCol(_isRowCollection, index);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
1650InsertRowCol(isRow, isRow ? Table.RowCount : Table.ColumnCount); 1762InsertRowCol(isRow, isRow ? _curRow : _curCol);