16 references to RemoveAt
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (2)
243RemoveAt(index); 256RemoveAt(index);
System.Windows.Forms.Tests (14)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (14)
1323collection.RemoveAt(1); 1330collection.RemoveAt(1); 1337collection.RemoveAt(0); 1360collection.RemoveAt(1); 1367collection.RemoveAt(1); 1374collection.RemoveAt(0); 1404collection.RemoveAt(1); 1414collection.RemoveAt(1); 1424collection.RemoveAt(0); 1457collection.RemoveAt(1); 1467collection.RemoveAt(1); 1477collection.RemoveAt(0); 1495Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 1509Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index));