3 overrides of PolyLineTo
PresentationCore (3)
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
170public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
152public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
System\Windows\Media\PathStreamGeometryContext.cs (1)
195public override void PolyLineTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
8 references to PolyLineTo
PresentationCore (8)
MS\Internal\Ink\StrokeRenderer.cs (5)
881context.PolyLineTo(points, 901context.PolyLineTo(abPoints, 905context.PolyLineTo(dcPoints, 940context.PolyLineTo(polyLinePoints, 975context.PolyLineTo(polyLinePoints,
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
451sc.PolyLineTo(points, isStroked, isSmoothJoin);
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
116ctx.PolyLineTo(Points, IsStroked, IsSmoothJoin);
System\Windows\Media\PathGeometry.cs (1)
265ctx.PolyLineTo(points,