Implemented interface members:
14 references to Count
PresentationCore (10)
System\Windows\Media\DrawingCollection.cs (3)
33
int appendCount = collectionToAppend.
Count
;
52
int beforeAppendCount =
Count
- appendCount;
56
for ( int i =
Count
- 1; // Start at the current last index
System\Windows\Media\DrawingGroup.cs (1)
270
for (int i = 0; i < collection.
Count
; i++)
System\Windows\Media\Generated\DrawingCollection.cs (1)
516
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Generated\DrawingGroup.cs (5)
147
int count = newCollection.
Count
;
158
int count = oldCollection.
Count
;
580
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
640
int count = vChildren.
Count
;
673
int count = vChildren.
Count
;
ReachFramework (4)
AlphaFlattener\Primitive.cs (1)
476
for (int i = 0; i < children.
Count
; i++)
AlphaFlattener\Utility.cs (1)
2133
if (drawing.Children == null || drawing.Children.
Count
== 0)
Serialization\VisualTreeFlattener.cs (2)
718
bool onePrimitive = children.
Count
== 1;
744
for (int i = 0; i < children.
Count
; i++)