3 references to RemoveAt
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
4077this.Rows.RemoveAt(currentRowCount - (this.AllowUserToAddRowsInternal ? 2 : 1));
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (2)
97this.RemoveAt(index); 2283RemoveAt(dataGridViewRow.Index);