2 references to Add
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewGroupCollectionTests.cs (2)
507collection.Add(key, headerText); 1080Assert.Throws<InvalidOperationException>(() => listView.Groups.Add(key: "key", headerText: "text"));