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)
948
comboBoxObjectCollection.
Remove
("a");
972
comboBoxObjectCollection.
Remove
("c");
997
comboBoxObjectCollection.
Remove
(person3);
1002
comboBoxObjectCollection.
Remove
(person1);
1026
comboBoxObjectCollection.
Remove
(comboBoxObjectCollection[0]);
1048
comboBoxObjectCollection.
Remove
("a");
1072
Assert.Throws<ArgumentException>(() => comboBoxObjectCollection.
Remove
("a"));
1454
comboBox.Items.
Remove
(1);
System\Windows\Forms\ComboBoxTests.cs (1)
2471
comboBox.Items.
Remove
(comboBox.Items[index]);