11 references to BezierSegment
PresentationCore (11)
System\Windows\Media\ArcSegment.cs (1)
98figure.Segments.Add(new BezierSegment(
System\Windows\Media\BezierSegment.cs (1)
66figure.Segments.Add(new BezierSegment(pt1, pt2, pt3, IsStroked, IsSmoothJoin));
System\Windows\Media\EllipseGeometry.cs (4)
270new BezierSegment(points[1], points[2], points[3], true, true), 271new BezierSegment(points[4], points[5], points[6], true, true), 272new BezierSegment(points[7], points[8], points[9], true, true), 273new BezierSegment(points[10], points[11], points[12], true, true)},
System\Windows\Media\PathGeometry.cs (1)
512figure.Segments.Add(new BezierSegment(
System\Windows\Media\RectangleGeometry.cs (4)
331new BezierSegment(points[1], points[2], points[3], true, true), 333new BezierSegment(points[5], points[6], points[7], true, true), 335new BezierSegment(points[9], points[10], points[11], true, true), 337new BezierSegment(points[13], points[14], points[15], true, true)},