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)
200listView1.Columns.RemoveAt(0); 224listView1.Columns.RemoveAt(0);
System\Windows\Forms\ColumnHeaderCollectionTests.cs (14)
942collection.RemoveAt(0); 949collection.RemoveAt(1); 955collection.RemoveAt(1); 960collection.RemoveAt(0); 978collection.RemoveAt(0); 985collection.RemoveAt(1); 991collection.RemoveAt(1); 996collection.RemoveAt(0); 1017collection.RemoveAt(0); 1024collection.RemoveAt(1); 1030collection.RemoveAt(1); 1035collection.RemoveAt(0); 1051Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index)); 1061Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.RemoveAt(index));