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)
1215
comboBox.Items.
AddRange
(_cachedComboBox.ToArray());
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1552
comboBox.Items.
AddRange
(this.Items.InnerArray.ToArray());
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (4)
162
this.headerTextComboBox.Items.
AddRange
(this.headerFooterTemplates);
188
this.headerAlignmentComboBox.Items.
AddRange
(new object[] { HorizontalAlignment.Left, HorizontalAlignment.Center, HorizontalAlignment.Right });
199
this.footerTextComboBox.Items.
AddRange
(this.headerFooterTemplates);
224
this.footerAlignmentComboBox.Items.
AddRange
(new object[] { HorizontalAlignment.Left, HorizontalAlignment.Center, HorizontalAlignment.Right });