Implemented interface members:
14 references to Count
PresentationCore (10)
System\Windows\Media\DrawingCollection.cs (3)
30
int appendCount = collectionToAppend.
Count
;
49
int beforeAppendCount =
Count
- appendCount;
53
for ( int i =
Count
- 1; // Start at the current last index
System\Windows\Media\DrawingGroup.cs (1)
240
for (int i = 0; i < collection.
Count
; i++)
System\Windows\Media\Generated\DrawingCollection.cs (1)
498
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Generated\DrawingGroup.cs (5)
133
int count = newCollection.
Count
;
144
int count = oldCollection.
Count
;
590
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
651
int count = vChildren.
Count
;
686
int count = vChildren.
Count
;
ReachFramework (4)
AlphaFlattener\Primitive.cs (1)
473
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)
710
bool onePrimitive = children.
Count
== 1;
736
for (int i = 0; i < children.
Count
; i++)