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)
36
int appendCount = collectionToAppend.
Count
;
55
int beforeAppendCount =
Count
- appendCount;
59
for ( int i =
Count
- 1; // Start at the current last index
Core\CSharp\System\Windows\Media\DrawingGroup.cs (1)
275
for (int i = 0; i < collection.
Count
; i++)
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (1)
530
for (int i=0; i<this.
Count
; i++)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (5)
157
int count = newCollection.
Count
;
168
int count = oldCollection.
Count
;
620
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
681
int count = vChildren.
Count
;
716
int count = vChildren.
Count
;