Implemented interface member:
10 references to Remove
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
165Remove(item);
System.Windows.Forms.Tests (9)
System\Windows\Forms\Combobox.ObjectCollectionTests.cs (8)
948comboBoxObjectCollection.Remove("a"); 972comboBoxObjectCollection.Remove("c"); 997comboBoxObjectCollection.Remove(person3); 1002comboBoxObjectCollection.Remove(person1); 1026comboBoxObjectCollection.Remove(comboBoxObjectCollection[0]); 1048comboBoxObjectCollection.Remove("a"); 1072Assert.Throws<ArgumentException>(() => comboBoxObjectCollection.Remove("a")); 1454comboBox.Items.Remove(1);
System\Windows\Forms\ComboBoxTests.cs (1)
2471comboBox.Items.Remove(comboBox.Items[index]);