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