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