3 writes to Points
PresentationCore (3)
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (2)
48Points = new PointCollection(points); 59Points = new PointCollection(points);
System\Windows\Media\PathStreamGeometryContext.cs (1)
389Points = _currentSegmentPoints
13 references to Points
PresentationCore (5)
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (4)
72PointCollection points = Points; 102return (Points == null) || (Points.Count < 1); 116ctx.PolyLineTo(Points, IsStroked, IsSmoothJoin);
System\Windows\Media\PolyLineSegment.cs (1)
24return (!IsEmpty()) ? "L" + Points.ConvertToString(format, provider) : "";
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
988PointCollection points = (pathSegment as PolyLineSegment).Points;
ReachFramework (7)
AlphaFlattener\Utility.cs (4)
540if ((pseg == null) || (pseg.Points == null) || (pseg.Points.Count != 3)) 558q = pseg.Points[i]; 939size = seg.Points.Count;
Serialization\VisualSerializer.cs (3)
1039WriteAttr("Points", pl.Points); 1040pc += pl.Points.Count; 1261pc += AppendPoints(rslt, l.Points, map);