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)
68
for (int i = 0; i <
Count
; i++)
150
for (int i = 0; i <
Count
; i++)
215
if ((array.Length -
Count
- arrayIndex) < 0)
226
for (int i = 0; i <
Count
; i++)
234
for (int i = 0; i <
Count
; i++)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
73
return _xArray.
Count
;