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); 622get { return _root.Count; }
MS\Internal\Data\RBTree.cs (6)
136if (Count > 1) 139RBFinger<T> high = FindIndex(Count, false); 157if (Count > 1) 475return (result < Count) ? result : -1; 569if (arrayIndex + Count > array.Length) 621ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index, Count + delta);