11 references to BezierSegment
PresentationCore (11)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
121figure.Segments.Add(new BezierSegment(
Core\CSharp\System\Windows\Media\BezierSegment.cs (1)
88figure.Segments.Add(new BezierSegment(pt1, pt2, pt3, IsStroked, IsSmoothJoin));
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (4)
304new BezierSegment(points[1], points[2], points[3], true, true), 305new BezierSegment(points[4], points[5], points[6], true, true), 306new BezierSegment(points[7], points[8], points[9], true, true), 307new BezierSegment(points[10], points[11], points[12], true, true)},
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
560figure.Segments.Add(new BezierSegment(
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (4)
361new BezierSegment(points[1], points[2], points[3], true, true), 363new BezierSegment(points[5], points[6], points[7], true, true), 365new BezierSegment(points[9], points[10], points[11], true, true), 367new BezierSegment(points[13], points[14], points[15], true, true)},