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