Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
10 references to Count
PresentationCore (10)
Core\CSharp\System\Windows\Media\DrawingCollection.cs (3)
36int appendCount = collectionToAppend.Count; 55int beforeAppendCount = Count - appendCount; 59for ( int i = Count - 1; // Start at the current last index
Core\CSharp\System\Windows\Media\DrawingGroup.cs (1)
275for (int i = 0; i < collection.Count; i++)
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (1)
530for (int i=0; i<this.Count; i++)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (5)
157int count = newCollection.Count; 168int count = oldCollection.Count; 620int ChildrenCount = (vChildren == null) ? 0 : vChildren.Count; 681int count = vChildren.Count; 716int count = vChildren.Count;