2 references to InsertRowCol
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
1650
InsertRowCol
(isRow, isRow ? Table.RowCount : Table.ColumnCount);
1762
InsertRowCol
(isRow, isRow ? _curRow : _curCol);