18 references to Add
PresentationUI (12)
MS\Internal\Documents\RequestedSignatureDialog.cs (6)
134_intentComboBox.Items.Add(SR.DigSigIntentString1); 135_intentComboBox.Items.Add(SR.DigSigIntentString2); 136_intentComboBox.Items.Add(SR.DigSigIntentString3); 137_intentComboBox.Items.Add(SR.DigSigIntentString4); 138_intentComboBox.Items.Add(SR.DigSigIntentString5); 139_intentComboBox.Items.Add(SR.DigSigIntentString6);
MS\Internal\Documents\SigningDialog.cs (6)
245_reasonComboBox.Items.Add(SR.DigSigIntentString1); 246_reasonComboBox.Items.Add(SR.DigSigIntentString2); 247_reasonComboBox.Items.Add(SR.DigSigIntentString3); 248_reasonComboBox.Items.Add(SR.DigSigIntentString4); 249_reasonComboBox.Items.Add(SR.DigSigIntentString5); 250_reasonComboBox.Items.Add(SR.DigSigIntentString6);
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (2)
174return Add(item!); 321Add(item);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
696_columnTypesCombo.Items.Add(new ComboBoxItem(type));
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
204_keyComboBox.Items.Add(KeysConverter.ConvertToString(keyCode)!);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
449_newItemTypes.Items.Add(new TypeListItem(t)); 462_newItemTypes.Items.Add(new TypeListItem(t));