3 overrides of PolyLineTo
PresentationCore (3)
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
175
public override void
PolyLineTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
170
public override void
PolyLineTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
System\Windows\Media\PathStreamGeometryContext.cs (1)
213
public override void
PolyLineTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
8 references to PolyLineTo
PresentationCore (8)
MS\Internal\Ink\StrokeRenderer.cs (5)
885
context.
PolyLineTo
(points,
905
context.
PolyLineTo
(abPoints,
909
context.
PolyLineTo
(dcPoints,
944
context.
PolyLineTo
( polyLinePoints,
979
context.
PolyLineTo
(polyLinePoints,
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
456
sc.
PolyLineTo
(points, isStroked, isSmoothJoin);
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
122
ctx.
PolyLineTo
(Points, IsStroked, IsSmoothJoin);
System\Windows\Media\PathGeometry.cs (1)
290
ctx.
PolyLineTo
(points,