Implemented interface member:
11 references to RemoveAt
System.Windows.Forms (3)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
569RemoveAt(index);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
3916_normalButtonImages.Images.RemoveAt(i); 3917_largeButtonImages?.Images.RemoveAt(i);
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));