Implemented interface member:
11 references to Count
PresentationFramework (11)
MS\Internal\Data\LiveShapingList.cs (4)
302_filterRoot.Insert(_filterRoot.Count, lsi); 310_filterRoot.Insert(_filterRoot.Count, lsi); 622get { return _root.Count; } 668return _root.Verify(_root.Count);
MS\Internal\Data\LiveShapingTree.cs (1)
137if (finger.Index < Count-1)
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);