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)
174
return
Add
(item!);
321
Add
(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));