2 references to ListViewItemCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
252
listItemCollection = new
ListViewItemCollection
(new ListViewNativeItemCollection(this));
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
160
items = new ListView.
ListViewItemCollection
(new ListViewGroupItemCollection(this));