Implemented interface member:
9 references to RemoveAt
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
569RemoveAt(index);
System.Windows.Forms.Tests (8)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (8)
1316collection.RemoveAt(1); 1322collection.RemoveAt(0); 1328collection.RemoveAt(0); 1354collection.RemoveAt(1); 1362collection.RemoveAt(0); 1369collection.RemoveAt(0); 1383Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 1395Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index));