Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
3 references to Count
PresentationCore (3)
Core\CSharp\MS\Internal\PartialArray.cs (3)
168if ((array.Length - Count - arrayIndex) < 0) 179for (int i = 0; i < Count; i++) 191for (int i = 0; i < Count; i++)