Implemented interface member:
property
Count
System.Collections.ICollection.Count
5 references to Count
System.Drawing (5)
misc\ClientUtils.cs (5)
327
int currentCount =
Count
;
347
if (other == null ||
Count
!= other.
Count
) {
351
for (int i = 0; i <
Count
; i++) {
422
if (this.
Count
> RefCheckThreshold) {