3 overrides of PolyBezierTo
PresentationCore (3)
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
197
public override void
PolyBezierTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
200
public override void
PolyBezierTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
System\Windows\Media\PathStreamGeometryContext.cs (1)
235
public override void
PolyBezierTo
(IList<Point> points, bool isStroked, bool isSmoothJoin)
4 references to PolyBezierTo
PresentationCore (4)
MS\Internal\Ink\StrokeRenderer.cs (1)
879
context.
PolyBezierTo
(points,
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
478
sc.
PolyBezierTo
(points, isStroked, isSmoothJoin);
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
122
ctx.
PolyBezierTo
(Points, IsStroked, IsSmoothJoin);
System\Windows\Media\PathGeometry.cs (1)
295
ctx.
PolyBezierTo
(points,