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)
1650
InsertRowCol
(isRow, isRow ? Table.RowCount : Table.ColumnCount);
1762
InsertRowCol
(isRow, isRow ? _curRow : _curCol);