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