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