2 instantiations of 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));
9 references to ListViewItemCollection
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListView.cs (6)
169
private
ListViewItemCollection
listItemCollection;
1111
public
ListViewItemCollection
Items {
4399
ListViewItemCollection
tempItems = Items;
8531
public void AddRange(
ListViewItemCollection
items) {
8606
private ArrayList FindInternal(string key, bool searchAllSubItems,
ListViewItemCollection
listViewItems, ArrayList foundItems) {
8823
internal class ListViewNativeItemCollection :
ListViewItemCollection
.IInnerList {
winforms\Managed\System\WinForms\ListViewGroup.cs (2)
42
private ListView.
ListViewItemCollection
items;
156
public ListView.
ListViewItemCollection
Items {
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
16
internal class ListViewGroupItemCollection : ListView.
ListViewItemCollection
.IInnerList {