5 references to RemoveAtInternal
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (1)
467RemoveAtInternal(index);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
10984dataGridViewRow.Cells.RemoveAtInternal(newColumnCount - 1); 11127dataGridViewRow.Cells.RemoveAtInternal(dataGridViewRow.Cells.Count - 1); 15949dataGridViewRow.Cells.RemoveAtInternal(columnIndexInserted); 17569dataGridViewRow.Cells.RemoveAtInternal(columnIndex);