Implemented interface members:
11 references to Count
PresentationCore (10)
System\Windows\Media\Generated\GeometryCollection.cs (1)
516
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Generated\GeometryGroup.cs (5)
154
int count = newCollection.
Count
;
165
int count = oldCollection.
Count
;
270
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
314
int count = vChildren.
Count
;
341
int count = vChildren.
Count
;
System\Windows\Media\GeometryGroup.cs (4)
84
for (int i = 0; i < children.
Count
; i++)
115
for (int i=0; i<children.
Count
; i++)
129
return (children == null) || (children.
Count
== 0);
145
for (int i = 0; i < children.
Count
; i++)
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
376
Debug.Assert(geometry.Children.
Count
== 3, "unexpected geometry children count");