3 overrides of PolyBezierTo
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
200
public override void
PolyBezierTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (1)
228
public override void
PolyBezierTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
238
public override void
PolyBezierTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
4 references to PolyBezierTo
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
891
context.
PolyBezierTo
(points,
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
482
sc.
PolyBezierTo
(points, isStroked, isSmoothJoin);
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
131
ctx.
PolyBezierTo
(Points, IsStroked, IsSmoothJoin);
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
312
ctx.
PolyBezierTo
(points,