Implemented interface member:
6 references to Count
PresentationCore (6)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (5)
47for (int i = 0; i < Count; i++) 128for (int i = 0; i < Count; i++) 187if ((array.Length - Count - arrayIndex) < 0) 198for (int i = 0; i < Count; i++) 206for (int i = 0; i < Count; i++)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
55return _xArray.Count;