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)
1323
collection.
RemoveAt
(1);
1330
collection.
RemoveAt
(1);
1337
collection.
RemoveAt
(0);
1360
collection.
RemoveAt
(1);
1367
collection.
RemoveAt
(1);
1374
collection.
RemoveAt
(0);
1404
collection.
RemoveAt
(1);
1414
collection.
RemoveAt
(1);
1424
collection.
RemoveAt
(0);
1457
collection.
RemoveAt
(1);
1467
collection.
RemoveAt
(1);
1477
collection.
RemoveAt
(0);
1495
Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.
RemoveAt
(index));
1509
Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.
RemoveAt
(index));