Implemented interface member:
4 references to Count
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.CheckedIndexCollection.cs (3)
53int[] indices = new int[Count]; 220if (Count > 0) 222Array.Copy(IndicesArray, 0, dest, index, Count);
System\Windows\Forms\Controls\ListView\ListView.CheckedListViewItemCollection.cs (1)
40return _owner.CheckedIndices.Count;