Base:
method
BezierTo
System.Windows.Media.StreamGeometryContext.BezierTo(System.Windows.Point, System.Windows.Point, System.Windows.Point, System.Boolean, System.Boolean)
5 references to BezierTo
PresentationCore (5)
System\Windows\Media\EllipseGeometry.cs (1)
317ctx.BezierTo(points[i + 1], points[i + 2], points[i + 3], isStroked: true, isSmoothJoin: true);
System\Windows\Media\RectangleGeometry.cs (4)
416ctx.BezierTo(points[1], points[2], points[3], isStroked: true, isSmoothJoin: false); 418ctx.BezierTo(points[5], points[6], points[7], isStroked: true, isSmoothJoin: false); 420ctx.BezierTo(points[9], points[10], points[11], isStroked: true, isSmoothJoin: false); 422ctx.BezierTo(points[13], points[14], points[15], isStroked: true, isSmoothJoin: false);