Implemented interface members:
14 references to Count
PresentationCore (10)
System\Windows\Media\DrawingCollection.cs (3)
31
int appendCount = collectionToAppend.
Count
;
50
int beforeAppendCount =
Count
- appendCount;
54
for ( int i =
Count
- 1; // Start at the current last index
System\Windows\Media\DrawingGroup.cs (1)
241
for (int i = 0; i < collection.
Count
; i++)
System\Windows\Media\Generated\DrawingCollection.cs (1)
486
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Generated\DrawingGroup.cs (5)
121
int count = newCollection.
Count
;
132
int count = oldCollection.
Count
;
554
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
614
int count = vChildren.
Count
;
647
int count = vChildren.
Count
;
ReachFramework (4)
AlphaFlattener\Primitive.cs (1)
471
for (int i = 0; i < children.
Count
; i++)
AlphaFlattener\Utility.cs (1)
2122
if (drawing.Children == null || drawing.Children.
Count
== 0)
Serialization\VisualTreeFlattener.cs (2)
711
bool onePrimitive = children.
Count
== 1;
737
for (int i = 0; i < children.
Count
; i++)