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); 669_selectedColumns.Items.RemoveAt(selectedIndex); 715_selectedColumns.Items.RemoveAt(selectedIndex - 1);
System.Windows.Forms.Tests (56)
System\Windows\Forms\ListBox.ObjectCollectionTests.cs (56)
6016collection.RemoveAt(1); 6024collection.RemoveAt(1); 6032collection.RemoveAt(0); 6052collection.RemoveAt(1); 6059collection.RemoveAt(1); 6066collection.RemoveAt(0); 6091collection.RemoveAt(1); 6099collection.RemoveAt(1); 6107collection.RemoveAt(0); 6130collection.RemoveAt(1); 6137collection.RemoveAt(1); 6144collection.RemoveAt(0); 6170collection.RemoveAt(1); 6185collection.RemoveAt(1); 6198collection.RemoveAt(0); 6229collection.RemoveAt(1); 6245collection.RemoveAt(1); 6259collection.RemoveAt(0); 6291collection.RemoveAt(1); 6306collection.RemoveAt(1); 6319collection.RemoveAt(0); 6353collection.RemoveAt(1); 6369collection.RemoveAt(1); 6383collection.RemoveAt(0); 6408collection.RemoveAt(0); 6416collection.RemoveAt(2); 6424collection.RemoveAt(0); 6449collection.RemoveAt(0); 6457collection.RemoveAt(2); 6465collection.RemoveAt(0); 6494collection.RemoveAt(0); 6502collection.RemoveAt(2); 6510collection.RemoveAt(0); 6518collection.RemoveAt(0); 6546collection.RemoveAt(0); 6554collection.RemoveAt(2); 6562collection.RemoveAt(0); 6570collection.RemoveAt(0); 6603collection.RemoveAt(0); 6614collection.RemoveAt(2); 6625collection.RemoveAt(0); 6665collection.RemoveAt(0); 6676collection.RemoveAt(2); 6687collection.RemoveAt(0); 6726collection.RemoveAt(0); 6736collection.RemoveAt(2); 6746collection.RemoveAt(0); 6756collection.RemoveAt(0); 6794collection.RemoveAt(0); 6804collection.RemoveAt(2); 6814collection.RemoveAt(0); 6824collection.RemoveAt(0); 6842Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 6856Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 6867Assert.Throws<ArgumentException>(() => collection.RemoveAt(1)); 6878Assert.Throws<ArgumentException>(() => collection.RemoveAt(1));
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
775ListDragSource.Items.RemoveAt(_indexOfItemUnderMouseToDrag);