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