1 instantiation of CheckedListViewItemCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
603
_checkedListViewItemCollection ??= new
CheckedListViewItemCollection
(this);
2 references to CheckedListViewItemCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
152
private
CheckedListViewItemCollection
? _checkedListViewItemCollection;
599
public
CheckedListViewItemCollection
CheckedItems