Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
9 references to Count
PresentationCore (8)
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (1)
519
for (int i=0; i<this.
Count
; i++)
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
93
int count = pathFigures.
Count
;
Core\CSharp\System\Windows\Media\PathFigure.cs (1)
90
int count = flattenedGeometry.Figures.
Count
;
Core\CSharp\System\Windows\Media\PathGeometry.cs (5)
377
int count = figures != null ? figures.
Count
: 0;
416
for (int i = 0; i < figureCollection.
Count
; ++i)
953
return (figures == null) || (figures.
Count
<= 0);
965
int count = (figures != null) ? figures.
Count
: 0;
1043
int figureCount = figures == null ? 0 : figures.
Count
;
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
955
if ((pathFigures != null) && (pathFigures.
Count
> 1))