Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
6 references to Count
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (5)
68for (int i = 0; i < Count; i++) 150for (int i = 0; i < Count; i++) 215if ((array.Length - Count - arrayIndex) < 0) 226for (int i = 0; i < Count; i++) 234for (int i = 0; i < Count; i++)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
73return _xArray.Count;