Implemented interface member:
6 references to Count
PresentationCore (6)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (5)
46for (int i = 0; i < Count; i++) 127for (int i = 0; i < Count; i++) 186if ((array.Length - Count - arrayIndex) < 0) 197for (int i = 0; i < Count; i++) 205for (int i = 0; i < Count; i++)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
54return _xArray.Count;