Implemented interface member:
7 references to RemoveAt
System.Windows.Forms.Tests (7)
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemAccessibleObjectTests.cs (2)
1373listView.Groups.RemoveAt(0); 1513listView.Groups.RemoveAt(0);
System\Windows\Forms\ListViewGroupCollectionTests.cs (5)
1002collection.RemoveAt(0); 1006collection.RemoveAt(1); 1010collection.RemoveAt(1); 1014collection.RemoveAt(0); 1026Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index));