3 overrides of QuadraticBezierTo
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
147public override void QuadraticBezierTo(Point point1, Point point2, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (1)
150public override void QuadraticBezierTo(Point point1, Point point2, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
185public override void QuadraticBezierTo(Point point1, Point point2, bool isStroked, bool isSmoothJoin)
3 references to QuadraticBezierTo
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
429sc.QuadraticBezierTo(point1, point2, isStroked, isSmoothJoin);
Core\CSharp\System\Windows\Media\ParsersCommon.cs (1)
670context.QuadraticBezierTo(_secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);
Core\CSharp\System\Windows\Media\QuadraticBezierSegment.cs (1)
97ctx.QuadraticBezierTo(Point1, Point2, IsStroked, IsSmoothJoin);