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