Implemented interface members:
12 references to Count
PresentationCore (8)
System\Windows\Media\Generated\PathFigureCollection.cs (1)
477
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\GeometryGroup.cs (1)
72
int count = pathFigures.
Count
;
System\Windows\Media\PathFigure.cs (1)
63
int count = flattenedGeometry.Figures.
Count
;
System\Windows\Media\PathGeometry.cs (5)
336
int count = figures != null ? figures.
Count
: 0;
372
for (int i = 0; i < figureCollection.
Count
; ++i)
876
return (figures == null) || (figures.
Count
<= 0);
888
int count = (figures != null) ? figures.
Count
: 0;
968
int figureCount = figures == null ? 0 : figures.
Count
;
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
943
if ((pathFigures != null) && (pathFigures.
Count
> 1))
ReachFramework (3)
AlphaFlattener\Utility.cs (3)
513
if ((geometry == null) || (geometry.Figures.
Count
!= 1))
613
pathGeometry.Figures.
Count
== 1)
889
for (int i = 0; i < geometry.Figures.
Count
; i++)