3 references to CheckedIndexCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
86
public CheckedIndexCollection CheckedIndices => _checkedIndexCollection ??= new
CheckedIndexCollection
(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (2)
18
_collection =
new
(_checkedListBox);
30
Assert.Throws<ArgumentNullException>("owner", () => { new CheckedListBox.
CheckedIndexCollection
(null); });