4 references to CheckedIndices
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
6673return owner.CheckedIndices.Count; 6700int itemIndex = owner.CheckedIndices[index];
WsatUI (2)
MMCUI\AcceptedCertificatesForm.cs (2)
100this.allowedCertificates = new string[this.listAllowedCertificates.CheckedIndices.Count]; 103this.allowedCertificates[i] = store[listAllowedCertificates.CheckedIndices[i]].Thumbprint;