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