2 references to CheckedIndices
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.CheckedListViewItemCollection.cs (2)
40
return _owner.
CheckedIndices
.Count;
74
int itemIndex = _owner.
CheckedIndices
[index];