Implemented interface member:
method
Clear
System.Collections.IList.Clear()
17 references to Clear
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (1)
363_containerNameComboBox.Items.Clear();
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (2)
273_entitySetComboBox.Items.Clear(); 305_entityTypeFilterComboBox.Items.Clear();
System.Web.Mobile (11)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
244_cbAvailableFilters.Items.Clear();
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
166_cmbDefaultCommand.Items.Clear();
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
161_cmbDataField.Items.Clear();
UI\MobileControls\Design\PropertyOverridesDialog.cs (4)
93_cbChoices.Items.Clear(); 432_cbChoices.Items.Clear(); 583_cbChoices.Items.Clear(); 1214comboBox.Items.Clear();
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
865_mergedUI.CbStyles.Items.Clear();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
178_cmbChoices.Items.Clear(); 236_cmbSchemas.Items.Clear();
UI\MobileControls\Design\Util\UnsettableComboBox.cs (1)
119Items.Clear();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1535comboBox.Items.Clear();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
1146this.paperSizeComboBox.Items.Clear(); 1191this.paperSourceComboBox.Items.Clear();