1 write to _checkedIndexCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
86
public CheckedIndexCollection CheckedIndices =>
_checkedIndexCollection
??= new CheckedIndexCollection(this);