3 overrides of PolyQuadraticBezierTo
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
189public override void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (1)
213public override void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
227public override void PolyQuadraticBezierTo(IList<Point> points, bool isStroked, bool isSmoothJoin)
3 references to PolyQuadraticBezierTo
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
471sc.PolyQuadraticBezierTo(points, isStroked, isSmoothJoin);
Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
131ctx.PolyQuadraticBezierTo(Points, IsStroked, IsSmoothJoin);
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
317ctx.PolyQuadraticBezierTo(points,