12 references to AddRange
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (2)
364_containerNameComboBox.Items.AddRange(containerNames.ToArray()); 371_namedConnectionComboBox.Items.AddRange(namedConnections.ToArray());
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (2)
274_entitySetComboBox.Items.AddRange(entitySetNames.ToArray()); 306_entityTypeFilterComboBox.Items.AddRange(entityTypeFilters.ToArray());
System.Web.Mobile (3)
UI\MobileControls\Design\ListGeneralPage.cs (2)
129_decorationCombo.Items.AddRange(new object[] { 171_selectTypeCombo.Items.AddRange(new object[] {
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1215comboBox.Items.AddRange(_cachedComboBox.ToArray());
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1552comboBox.Items.AddRange(this.Items.InnerArray.ToArray());
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (4)
162this.headerTextComboBox.Items.AddRange(this.headerFooterTemplates); 188this.headerAlignmentComboBox.Items.AddRange(new object[] { HorizontalAlignment.Left, HorizontalAlignment.Center, HorizontalAlignment.Right }); 199this.footerTextComboBox.Items.AddRange(this.headerFooterTemplates); 224this.footerAlignmentComboBox.Items.AddRange(new object[] { HorizontalAlignment.Left, HorizontalAlignment.Center, HorizontalAlignment.Right });