1 instantiation of CheckedIndexCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
86public CheckedIndexCollection CheckedIndices => _checkedIndexCollection ??= new CheckedIndexCollection(this);
4 references to CheckedIndexCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (2)
51private CheckedIndexCollection? _checkedIndexCollection; 86public CheckedIndexCollection CheckedIndices => _checkedIndexCollection ??= new CheckedIndexCollection(this);
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (1)
40CheckedListBox.CheckedIndexCollection collection = box.CheckedIndices;
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (1)
11private readonly CheckedListBox.CheckedIndexCollection _collection;