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)
90Items.Add(item); 97Items.Add(notSetText); 123Items.Add(notSetText);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
4178return Add(item); 4325Add(item);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
161this.headerTextComboBox.Items.Add(this.headerFooterNone); 163this.headerTextComboBox.Items.Add(this.headerFooterCustom); 197this.footerTextComboBox.Items.Add(this.headerFooterNone); 200this.footerTextComboBox.Items.Add(this.headerFooterCustom); 1152this.paperSizeComboBox.Items.Add(paperSize); 1195this.paperSourceComboBox.Items.Add(paperSource);
System.WorkflowServices (4)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (4)
43this.protectionLevelComboBox.Items.Add(SR2.GetString(SR2.UseRuntimeDefaults)); 44this.protectionLevelComboBox.Items.Add(ProtectionLevel.None); 45this.protectionLevelComboBox.Items.Add(ProtectionLevel.Sign); 46this.protectionLevelComboBox.Items.Add(ProtectionLevel.EncryptAndSign);