Implemented interface member:
7 references to RemoveAt
System.Windows.Forms.Tests (7)
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemAccessibleObjectTests.cs (2)
1375listView.Groups.RemoveAt(0); 1515listView.Groups.RemoveAt(0);
System\Windows\Forms\ListViewGroupCollectionTests.cs (5)
1004collection.RemoveAt(0); 1008collection.RemoveAt(1); 1012collection.RemoveAt(1); 1016collection.RemoveAt(0); 1028Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index));