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)
1318collection.RemoveAt(1); 1324collection.RemoveAt(0); 1330collection.RemoveAt(0); 1356collection.RemoveAt(1); 1364collection.RemoveAt(0); 1371collection.RemoveAt(0); 1385Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 1397Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index));