9 references to RemoveAt
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1412Columns.RemoveAt(currentColumnCount - 1);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (3)
49void IList.RemoveAt(int index) => RemoveAt(index); 1001RemoveAt(i); 1023RemoveAt(i);
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
535_liveDataGridView.Columns.RemoveAt(_initialDataGridViewColumnsCount);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (4)
146_columnsPrivateCopy.RemoveAt(selectedIndex); 673_columnsPrivateCopy.RemoveAt(selectedIndex); 719_columnsPrivateCopy.RemoveAt(selectedIndex - 1); 831_columnsPrivateCopy.RemoveAt(selectedIndex);