15 references to CheckedIndices
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.CheckedListViewItemCollection.cs (2)
40return _owner.CheckedIndices.Count; 74int itemIndex = _owner.CheckedIndices[index];
System.Windows.Forms.Tests (13)
System\Windows\Forms\ListViewTests.cs (13)
48Assert.Empty(control.CheckedIndices); 49Assert.Same(control.CheckedIndices, control.CheckedIndices); 5597Assert.Single(listView.CheckedIndices); 5604Assert.Single(listView.CheckedIndices); 5611Assert.Single(listView.CheckedIndices); 5631Assert.Single(listView.CheckedIndices); 5640Assert.Empty(listView.CheckedIndices); 5736Assert.Single(listView.CheckedIndices); 5744Assert.Single(listView.CheckedIndices); 5752Assert.Single(listView.CheckedIndices); 5778Assert.Equal(selectedCount, listView.CheckedIndices.Count); 5788Assert.Equal(selectedCount, listView.CheckedIndices.Count);