2 instantiations of ListViewItemCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
233
_listItemCollection = new
ListViewItemCollection
(new ListViewNativeItemCollection(this));
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (1)
323
public ListView.ListViewItemCollection Items => _items ??= new ListView.
ListViewItemCollection
(new ListViewGroupItemCollection(this));
18 references to ListViewItemCollection
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
149
private readonly
ListViewItemCollection
_listItemCollection;
1138
public
ListViewItemCollection
Items
4682
ListViewItemCollection
tempItems = Items;
System\Windows\Forms\Controls\ListView\ListView.ListViewItemCollection.cs (2)
223
public void AddRange(
ListViewItemCollection
items)
279
private static void FindInternal(string? key, bool searchAllSubItems,
ListViewItemCollection
listViewItems, List<ListViewItem> foundItems)
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (1)
13
internal class ListViewNativeItemCollection :
ListViewItemCollection
.IInnerList
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (2)
27
private ListView.
ListViewItemCollection
? _items;
323
public ListView.
ListViewItemCollection
Items => _items ??= new ListView.ListViewItemCollection(new ListViewGroupItemCollection(this));
System\Windows\Forms\Controls\ListView\ListViewGroupItemCollection.cs (1)
8
internal class ListViewGroupItemCollection : ListView.
ListViewItemCollection
.IInnerList
System.Windows.Forms.Tests (9)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (6)
142
ListViewItemCollection
items = listView.Items;
212
ListViewItemCollection
items = listView.Items;
375
ListViewItemCollection
items = listView.Items;
470
ListViewItemCollection
items = listView.Items;
506
ListViewItemCollection
items = listView.Items;
590
ListViewItemCollection
items = listView.Items;
System\Windows\Forms\ListView.ListViewItemCollectionTests.cs (3)
41
ListView.
ListViewItemCollection
collection = listView.Items;
83
var
collection = listView.Items;
97
var
collection = listView.Items;