Implemented interface member:
9 references to RemoveAt
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
401
RemoveAt
(index);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
102
_keyComboBox.Items.
RemoveAt
(0);
System.Windows.Forms.Tests (7)
System\Windows\Forms\Combobox.ObjectCollectionTests.cs (5)
849
comboBoxObjectCollection.
RemoveAt
(0);
871
comboBoxObjectCollection.
RemoveAt
(0);
891
Assert.Throws<ArgumentOutOfRangeException>("index", () => comboBoxObjectCollection.
RemoveAt
(-1));
908
Assert.Throws<ArgumentOutOfRangeException>("index", () => comboBoxObjectCollection.
RemoveAt
(3));
929
Assert.Throws<ArgumentException>(() => comboBoxObjectCollection.
RemoveAt
(0));
System\Windows\Forms\ComboBoxTests.cs (2)
2272
comboBox.Items.
RemoveAt
(selectedIndex);
2455
comboBox.Items.
RemoveAt
(index);