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