1 override of BezierTo
PresentationBuildTasks (1)
Core\CSharp\MS\internal\Media\ParserStreamGeometryContext.cs (1)
161
public override void
BezierTo
(Point point1, Point point2, Point point3, bool isStroked, bool isSmoothJoin)
1 reference to BezierTo
PresentationBuildTasks (1)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (1)
637
context.
BezierTo
(p, _secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);