Implemented interface members:
12 references to Count
PresentationCore (8)
System\Windows\Media\Generated\PathFigureCollection.cs (1)
503
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\GeometryGroup.cs (1)
89
int count = pathFigures.
Count
;
System\Windows\Media\PathFigure.cs (1)
82
int count = flattenedGeometry.Figures.
Count
;
System\Windows\Media\PathGeometry.cs (5)
360
int count = figures != null ? figures.
Count
: 0;
396
for (int i = 0; i < figureCollection.
Count
; ++i)
899
return (figures == null) || (figures.
Count
<= 0);
911
int count = (figures != null) ? figures.
Count
: 0;
989
int figureCount = figures == null ? 0 : figures.
Count
;
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
946
if ((pathFigures != null) && (pathFigures.
Count
> 1))
ReachFramework (3)
AlphaFlattener\Utility.cs (3)
524
if ((geometry == null) || (geometry.Figures.
Count
!= 1))
624
pathGeometry.Figures.
Count
== 1)
900
for (int i = 0; i < geometry.Figures.
Count
; i++)