3 references to RemoveAt
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3198Rows.RemoveAt(currentRowCount - (AllowUserToAddRowsInternal ? 2 : 1));
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
52void IList.RemoveAt(int index) => RemoveAt(index); 2157RemoveAt(dataGridViewRow.Index);