3 overrides of PolyLineTo
PresentationCore (3)
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
171
public override void
PolyLineTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
153
public override void
PolyLineTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
System\Windows\Media\PathStreamGeometryContext.cs (1)
196
public override void
PolyLineTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
8 references to PolyLineTo
PresentationCore (8)
MS\Internal\Ink\StrokeRenderer.cs (5)
882
context.
PolyLineTo
(points,
902
context.
PolyLineTo
(abPoints,
906
context.
PolyLineTo
(dcPoints,
941
context.
PolyLineTo
(polyLinePoints,
976
context.
PolyLineTo
(polyLinePoints,
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
452
sc.
PolyLineTo
(points, isStroked, isSmoothJoin);
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
117
ctx.
PolyLineTo
(Points, IsStroked, IsSmoothJoin);
System\Windows\Media\PathGeometry.cs (1)
266
ctx.
PolyLineTo
(points,