Implemented interface member:
11 references to Count
PresentationFramework (11)
MS\Internal\Data\LiveShapingList.cs (4)
307_filterRoot.Insert(_filterRoot.Count, lsi); 315_filterRoot.Insert(_filterRoot.Count, lsi); 628get { return _root.Count; } 674return _root.Verify(_root.Count);
MS\Internal\Data\LiveShapingTree.cs (1)
138if (finger.Index < Count-1)
MS\Internal\Data\RBTree.cs (6)
141if (Count > 1) 144RBFinger<T> high = FindIndex(Count, false); 162if (Count > 1) 481return (result < Count) ? result : -1; 576if (arrayIndex + Count > array.Length) 629ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index, Count + delta);