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)
847
comboBoxObjectCollection.
RemoveAt
(0);
869
comboBoxObjectCollection.
RemoveAt
(0);
889
Assert.Throws<ArgumentOutOfRangeException>("index", () => comboBoxObjectCollection.
RemoveAt
(-1));
906
Assert.Throws<ArgumentOutOfRangeException>("index", () => comboBoxObjectCollection.
RemoveAt
(3));
927
Assert.Throws<ArgumentException>(() => comboBoxObjectCollection.
RemoveAt
(0));
System\Windows\Forms\ComboBoxTests.cs (2)
2271
comboBox.Items.
RemoveAt
(selectedIndex);
2454
comboBox.Items.
RemoveAt
(index);