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