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)
50Assert.Empty(control.CheckedIndices); 51Assert.Same(control.CheckedIndices, control.CheckedIndices); 5599Assert.Single(listView.CheckedIndices); 5606Assert.Single(listView.CheckedIndices); 5613Assert.Single(listView.CheckedIndices); 5633Assert.Single(listView.CheckedIndices); 5642Assert.Empty(listView.CheckedIndices); 5738Assert.Single(listView.CheckedIndices); 5746Assert.Single(listView.CheckedIndices); 5754Assert.Single(listView.CheckedIndices); 5780Assert.Equal(selectedCount, listView.CheckedIndices.Count); 5790Assert.Equal(selectedCount, listView.CheckedIndices.Count);