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