Implemented interface member:
property
Count
System.Collections.ICollection.Count
5 references to Count
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
6451
int[] indices = new int[
Count
];
6620
if (
Count
> 0) {
6621
System.Array.Copy(IndicesArray, 0, dest, index,
Count
);
6673
return owner.CheckedIndices.
Count
;
WsatUI (1)
MMCUI\AcceptedCertificatesForm.cs (1)
100
this.allowedCertificates = new string[this.listAllowedCertificates.CheckedIndices.
Count
];