2 references to 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));