3 references to CheckedListViewItemCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
603_checkedListViewItemCollection ??= new CheckedListViewItemCollection(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListView.CheckedListViewItemCollectionTests.cs (2)
16_collection = new ListView.CheckedListViewItemCollection(_listView); 23Assert.Throws<ArgumentNullException>("owner", () => new ListView.CheckedListViewItemCollection(null!));