Implemented interface members:
11 references to Count
PresentationCore (10)
System\Windows\Media\Generated\GeometryCollection.cs (1)
486
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Generated\GeometryGroup.cs (5)
128
int count = newCollection.
Count
;
139
int count = oldCollection.
Count
;
244
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
288
int count = vChildren.
Count
;
315
int count = vChildren.
Count
;
System\Windows\Media\GeometryGroup.cs (4)
67
for (int i = 0; i < children.
Count
; i++)
98
for (int i=0; i<children.
Count
; i++)
112
return (children == null) || (children.
Count
== 0);
128
for (int i = 0; i < children.
Count
; i++)
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
370
Debug.Assert(geometry.Children.
Count
== 3, "unexpected geometry children count");