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