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)
950comboBoxObjectCollection.Remove("a"); 974comboBoxObjectCollection.Remove("c"); 999comboBoxObjectCollection.Remove(person3); 1004comboBoxObjectCollection.Remove(person1); 1028comboBoxObjectCollection.Remove(comboBoxObjectCollection[0]); 1050comboBoxObjectCollection.Remove("a"); 1074Assert.Throws<ArgumentException>(() => comboBoxObjectCollection.Remove("a")); 1457comboBox.Items.Remove(1);
System\Windows\Forms\ComboBoxTests.cs (1)
2472comboBox.Items.Remove(comboBox.Items[index]);