2 references to OnRemoveInternal
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
1928private void OnRemove(bool isRow) => OnRemoveInternal(isRow, isRow ? Table.RowCount - 1 : Table.ColumnCount - 1); 1935OnRemoveInternal(isRow, isRow ? _curRow : _curCol);