System\Windows\Forms\ListViewSubItemCollectionTests.cs (3)
401collection.AddRange(items, foreColor, backColor, font);
421Assert.Throws<ArgumentNullException>("items", () => collection.AddRange((string[])null, Color.Red, Color.Blue, SystemFonts.MenuFont));
942listViewItem.SubItems.AddRange(["Test 1", "Test 2"], Color.White, Color.Black, SystemFonts.MenuFont);