2 instantiations of CheckedIndexCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
586
_checkedIndexCollection ??= new
CheckedIndexCollection
(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListView.CheckedIndexCollectionTests.cs (1)
11
Assert.Throws<ArgumentNullException>("owner", () => { new ListView.
CheckedIndexCollection
(null); });
2 references to CheckedIndexCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
151
private
CheckedIndexCollection
? _checkedIndexCollection;
582
public
CheckedIndexCollection
CheckedIndices