Implemented interface member:
9 references to Count
PresentationFramework (9)
MS\Internal\Data\LiveShapingList.cs (3)
302
_filterRoot.Insert(_filterRoot.
Count
, lsi);
310
_filterRoot.Insert(_filterRoot.
Count
, lsi);
622
get { return _root.
Count
; }
MS\Internal\Data\RBTree.cs (6)
136
if (
Count
> 1)
139
RBFinger<T> high = FindIndex(
Count
, false);
157
if (
Count
> 1)
475
return (result <
Count
) ? result : -1;
569
if (arrayIndex +
Count
> array.Length)
621
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index,
Count
+ delta);