Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
9 references to Count
PresentationFramework (9)
src\Framework\MS\Internal\Data\LiveShapingList.cs (3)
310_filterRoot.Insert(_filterRoot.Count, lsi); 318_filterRoot.Insert(_filterRoot.Count, lsi); 631get { return _root.Count; }
src\Framework\MS\Internal\Data\RBTree.cs (6)
144if (Count > 1) 147RBFinger<T> high = FindIndex(Count, false); 165if (Count > 1) 487return (result < Count) ? result : -1; 584if (arrayIndex + Count > array.Length) 636if (index < 0 || index >= Count+delta)