Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
9 references to Count
PresentationFramework (9)
src\Framework\MS\Internal\Data\LiveShapingList.cs (3)
310
_filterRoot.Insert(_filterRoot.
Count
, lsi);
318
_filterRoot.Insert(_filterRoot.
Count
, lsi);
631
get { return _root.
Count
; }
src\Framework\MS\Internal\Data\RBTree.cs (6)
144
if (
Count
> 1)
147
RBFinger<T> high = FindIndex(
Count
, false);
165
if (
Count
> 1)
487
return (result <
Count
) ? result : -1;
584
if (arrayIndex +
Count
> array.Length)
636
if (index < 0 || index >=
Count
+delta)