Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
3 references to Count
PresentationCore (3)
Core\CSharp\MS\Internal\PartialArray.cs (3)
168
if ((array.Length -
Count
- arrayIndex) < 0)
179
for (int i = 0; i <
Count
; i++)
191
for (int i = 0; i <
Count
; i++)