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)
1321collection.RemoveAt(1); 1328collection.RemoveAt(1); 1335collection.RemoveAt(0); 1358collection.RemoveAt(1); 1365collection.RemoveAt(1); 1372collection.RemoveAt(0); 1402collection.RemoveAt(1); 1412collection.RemoveAt(1); 1422collection.RemoveAt(0); 1455collection.RemoveAt(1); 1465collection.RemoveAt(1); 1475collection.RemoveAt(0); 1493Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 1507Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index));