5 references to RemoveAtInternal
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
10831dataGridViewRow.Cells.RemoveAtInternal(newColumnCount - 1); 10982dataGridViewRow.Cells.RemoveAtInternal(dataGridViewRow.Cells.Count - 1); 15465dataGridViewRow.Cells.RemoveAtInternal(columnIndexInserted); 17116dataGridViewRow.Cells.RemoveAtInternal(columnIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
338RemoveAtInternal(index);