4 writes to
System.Windows.Forms.Tests (4)
System\Windows\Forms\ListViewGroupCollectionTests.cs (4)
324
collection
[
key] = group3;
347
collection
[
key] = group3;
357
collection
[
"text"] = new ListViewGroup();
366
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)
276
Assert.Equal(collection[expectedIndex], collection
[
key]);
297
Assert.Null(collection
[
key]);
305
Assert.Null(collection
[
"text"]);