Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
5 references to Count
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (5)
58for (int i = 0; i < Count; i++) 104for (int i = 0; i < Count; i++) 156if ((array.Length - Count - arrayIndex) < 0) 167for (int i = 0; i < Count; i++) 175for (int i = 0; i < Count; i++)