3 overrides of PolyLineTo
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
178public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (1)
198public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
216public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
8 references to PolyLineTo
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (5)
897context.PolyLineTo(points, 917context.PolyLineTo(abPoints, 921context.PolyLineTo(dcPoints, 957context.PolyLineTo( polyLinePoints, 992context.PolyLineTo(polyLinePoints,
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
460sc.PolyLineTo(points, isStroked, isSmoothJoin);
Core\CSharp\System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
131ctx.PolyLineTo(Points, IsStroked, IsSmoothJoin);
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
307ctx.PolyLineTo(points,