Implemented interface member:
19 references to RemoveAt
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (1)
460ListView.Columns.RemoveAt(index);
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (2)
117RemoveAt(index); 572RemoveAt(index);
System.Windows.Forms.Tests (16)
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemDetailsAccessibleObjectTests.cs (2)
202listView1.Columns.RemoveAt(0); 226listView1.Columns.RemoveAt(0);
System\Windows\Forms\ColumnHeaderCollectionTests.cs (14)
944collection.RemoveAt(0); 951collection.RemoveAt(1); 957collection.RemoveAt(1); 962collection.RemoveAt(0); 980collection.RemoveAt(0); 987collection.RemoveAt(1); 993collection.RemoveAt(1); 998collection.RemoveAt(0); 1019collection.RemoveAt(0); 1026collection.RemoveAt(1); 1032collection.RemoveAt(1); 1037collection.RemoveAt(0); 1053Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 1063Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index));