Implemented interface members:
12 references to Count
PresentationCore (8)
System\Windows\Media\Generated\PathFigureCollection.cs (1)
487
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\GeometryGroup.cs (1)
71
int count = pathFigures.
Count
;
System\Windows\Media\PathFigure.cs (1)
62
int count = flattenedGeometry.Figures.
Count
;
System\Windows\Media\PathGeometry.cs (5)
335
int count = figures != null ? figures.
Count
: 0;
371
for (int i = 0; i < figureCollection.
Count
; ++i)
869
return (figures == null) || (figures.
Count
<= 0);
881
int count = (figures != null) ? figures.
Count
: 0;
961
int figureCount = figures == null ? 0 : figures.
Count
;
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
942
if ((pathFigures != null) && (pathFigures.
Count
> 1))
ReachFramework (3)
AlphaFlattener\Utility.cs (3)
512
if ((geometry == null) || (geometry.Figures.
Count
!= 1))
612
pathGeometry.Figures.
Count
== 1)
888
for (int i = 0; i < geometry.Figures.
Count
; i++)