Implemented interface member:
61 references to RemoveAt
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (1)
376RemoveAt(index);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (3)
143_selectedColumns.Items.RemoveAt(selectedIndex); 671_selectedColumns.Items.RemoveAt(selectedIndex); 717_selectedColumns.Items.RemoveAt(selectedIndex - 1);
System.Windows.Forms.Tests (56)
System\Windows\Forms\ListBox.ObjectCollectionTests.cs (56)
6014collection.RemoveAt(1); 6022collection.RemoveAt(1); 6030collection.RemoveAt(0); 6050collection.RemoveAt(1); 6057collection.RemoveAt(1); 6064collection.RemoveAt(0); 6089collection.RemoveAt(1); 6097collection.RemoveAt(1); 6105collection.RemoveAt(0); 6128collection.RemoveAt(1); 6135collection.RemoveAt(1); 6142collection.RemoveAt(0); 6168collection.RemoveAt(1); 6183collection.RemoveAt(1); 6196collection.RemoveAt(0); 6227collection.RemoveAt(1); 6243collection.RemoveAt(1); 6257collection.RemoveAt(0); 6289collection.RemoveAt(1); 6304collection.RemoveAt(1); 6317collection.RemoveAt(0); 6351collection.RemoveAt(1); 6367collection.RemoveAt(1); 6381collection.RemoveAt(0); 6406collection.RemoveAt(0); 6414collection.RemoveAt(2); 6422collection.RemoveAt(0); 6447collection.RemoveAt(0); 6455collection.RemoveAt(2); 6463collection.RemoveAt(0); 6492collection.RemoveAt(0); 6500collection.RemoveAt(2); 6508collection.RemoveAt(0); 6516collection.RemoveAt(0); 6544collection.RemoveAt(0); 6552collection.RemoveAt(2); 6560collection.RemoveAt(0); 6568collection.RemoveAt(0); 6601collection.RemoveAt(0); 6612collection.RemoveAt(2); 6623collection.RemoveAt(0); 6663collection.RemoveAt(0); 6674collection.RemoveAt(2); 6685collection.RemoveAt(0); 6724collection.RemoveAt(0); 6734collection.RemoveAt(2); 6744collection.RemoveAt(0); 6754collection.RemoveAt(0); 6792collection.RemoveAt(0); 6802collection.RemoveAt(2); 6812collection.RemoveAt(0); 6822collection.RemoveAt(0); 6840Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 6854Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 6865Assert.Throws<ArgumentException>(() => collection.RemoveAt(1)); 6876Assert.Throws<ArgumentException>(() => collection.RemoveAt(1));
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
716ListDragSource.Items.RemoveAt(_indexOfItemUnderMouseToDrag);