23 references to Add
System.Web.Mobile (11)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
251
_cbAvailableFilters.Items.
Add
(node);
461
_cbAvailableFilters.Items.
Add
(CreateExternalFilter(""));
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
316
_cbCompare.Items.
Add
(property.Name);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
169
_cmbDefaultCommand.Items.
Add
(commandNode.Name);
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
189
_cmbDataField.Items.
Add
(propDesc.Name);
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
256
_cbChoices.Items.
Add
(newChoiceNode);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
872
_mergedUI.CbStyles.Items.
Add
(style.Name);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
209
_cmbChoices.Items.
Add
(DesignerUtility.ChoiceToUniqueIdentifier(choice));
UI\MobileControls\Design\Util\UnsettableComboBox.cs (3)
90
Items.
Add
(item);
97
Items.
Add
(notSetText);
123
Items.
Add
(notSetText);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
4178
return
Add
(item);
4325
Add
(item);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
161
this.headerTextComboBox.Items.
Add
(this.headerFooterNone);
163
this.headerTextComboBox.Items.
Add
(this.headerFooterCustom);
197
this.footerTextComboBox.Items.
Add
(this.headerFooterNone);
200
this.footerTextComboBox.Items.
Add
(this.headerFooterCustom);
1152
this.paperSizeComboBox.Items.
Add
(paperSize);
1195
this.paperSourceComboBox.Items.
Add
(paperSource);
System.WorkflowServices (4)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (4)
43
this.protectionLevelComboBox.Items.
Add
(SR2.GetString(SR2.UseRuntimeDefaults));
44
this.protectionLevelComboBox.Items.
Add
(ProtectionLevel.None);
45
this.protectionLevelComboBox.Items.
Add
(ProtectionLevel.Sign);
46
this.protectionLevelComboBox.Items.
Add
(ProtectionLevel.EncryptAndSign);