7 references to AddRange
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
152
this.textBox1.AutoCompleteCustomSource.
AddRange
(new string[] {
System.Windows.Forms.Tests (5)
System\Windows\Forms\AutoCompleteStringCollectionTests.cs (4)
23
collection.
AddRange
(values);
35
Assert.Throws<ArgumentNullException>("value", () => collection.
AddRange
(null));
43
collection.
AddRange
([null!]);
51
Assert.Throws<ArgumentNullException>("value", () => collection.
AddRange
(null!));
System\Windows\Forms\ComboBoxTests.cs (1)
405
autoCompleteCustomSource.
AddRange
(items);
System.Windows.Forms.UI.IntegrationTests (1)
ComboBoxTests.cs (1)
22
comboBox.AutoCompleteCustomSource.
AddRange
(