3 overrides of BezierTo
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
161
public override void
BezierTo
(Point point1, Point point2, Point point3, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (1)
176
public override void
BezierTo
(Point point1, Point point2, Point point3, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
200
public override void
BezierTo
(Point point1, Point point2, Point point3, bool isStroked, bool isSmoothJoin)
3 references to BezierTo
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
449
sc.
BezierTo
(point1, point2, point3, isStroked, isSmoothJoin);
Core\CSharp\System\Windows\Media\BezierSegment.cs (1)
100
ctx.
BezierTo
(Point1, Point2, Point3, IsStroked, IsSmoothJoin);
Core\CSharp\System\Windows\Media\ParsersCommon.cs (1)
637
context.
BezierTo
(p, _secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);