Implemented interface member:
8 references to Clear
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1280
comboBox.Items.
Clear
();
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
658
_columnTypesCombo.Items.
Clear
();
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
450
_newItemTypes.Items.
Clear
();
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxAccessibleObjectTests.cs (1)
439
comboBox.Items.
Clear
();
System\Windows\Forms\Combobox.ObjectCollectionTests.cs (4)
419
comboBoxObjectCollection.
Clear
();
442
comboBoxObjectCollection.
Clear
();
466
Assert.Throws<ArgumentException>(comboBoxObjectCollection.
Clear
);
1483
comboBox.Items.
Clear
();