Implemented interface member:
11 references to Count
PresentationFramework (11)
MS\Internal\Data\LiveShapingList.cs (4)
303_filterRoot.Insert(_filterRoot.Count, lsi); 311_filterRoot.Insert(_filterRoot.Count, lsi); 624get { return _root.Count; } 670return _root.Verify(_root.Count);
MS\Internal\Data\LiveShapingTree.cs (1)
138if (finger.Index < Count-1)
MS\Internal\Data\RBTree.cs (6)
137if (Count > 1) 140RBFinger<T> high = FindIndex(Count, false); 158if (Count > 1) 477return (result < Count) ? result : -1; 572if (arrayIndex + Count > array.Length) 625ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index, Count + delta);