3 writes to Points
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (2)
60Points = new PointCollection(points); 74Points = new PointCollection(points);
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
424pSegment.Points = _currentSegmentPoints;
7 references to Points
PresentationCore (6)
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (4)
87PointCollection points = Points; 117return (Points == null) || (Points.Count < 3); 131ctx.PolyBezierTo(Points, IsStroked, IsSmoothJoin);
Core\CSharp\System\Windows\Media\PolyBezierSegment.cs (2)
47return (Points != null) ? "C" + Points.ConvertToString(format, provider) : "";
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
996PointCollection points = (pathSegment as PolyBezierSegment).Points;