16 references to RemoveAt
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (2)
243
RemoveAt
(index);
256
RemoveAt
(index);
System.Windows.Forms.Tests (14)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (14)
1321
collection.
RemoveAt
(1);
1328
collection.
RemoveAt
(1);
1335
collection.
RemoveAt
(0);
1358
collection.
RemoveAt
(1);
1365
collection.
RemoveAt
(1);
1372
collection.
RemoveAt
(0);
1402
collection.
RemoveAt
(1);
1412
collection.
RemoveAt
(1);
1422
collection.
RemoveAt
(0);
1455
collection.
RemoveAt
(1);
1465
collection.
RemoveAt
(1);
1475
collection.
RemoveAt
(0);
1493
Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.
RemoveAt
(index));
1507
Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.
RemoveAt
(index));