4 writes to
System.Windows.Forms.Tests (4)
System\Windows\Forms\ListViewGroupCollectionTests.cs (4)
322
collection
[
key] = group3;
345
collection
[
key] = group3;
355
collection
[
"text"] = new ListViewGroup();
364
Assert.Throws<ArgumentNullException>("value", () => collection
[
"key"] = null);
5 references to
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1044
Group = _listView.Groups
[
_groupName];
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewGroupCollectionEditor.cs (1)
54
while (collection
[
result] is not null)
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListViewGroupCollectionTests.cs (3)
274
Assert.Equal(collection[expectedIndex], collection
[
key]);
295
Assert.Null(collection
[
key]);
303
Assert.Null(collection
[
"text"]);