Implemented interface member:
10 references to Remove
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
165
Remove
(item);
System.Windows.Forms.Tests (9)
System\Windows\Forms\Combobox.ObjectCollectionTests.cs (8)
950
comboBoxObjectCollection.
Remove
("a");
974
comboBoxObjectCollection.
Remove
("c");
999
comboBoxObjectCollection.
Remove
(person3);
1004
comboBoxObjectCollection.
Remove
(person1);
1028
comboBoxObjectCollection.
Remove
(comboBoxObjectCollection[0]);
1050
comboBoxObjectCollection.
Remove
("a");
1074
Assert.Throws<ArgumentException>(() => comboBoxObjectCollection.
Remove
("a"));
1457
comboBox.Items.
Remove
(1);
System\Windows\Forms\ComboBoxTests.cs (1)
2472
comboBox.Items.
Remove
(comboBox.Items[index]);