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