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