11 references to BezierSegment
PresentationCore (11)
System\Windows\Media\ArcSegment.cs (1)
114
figure.Segments.Add(new
BezierSegment
(
System\Windows\Media\BezierSegment.cs (1)
85
figure.Segments.Add(new
BezierSegment
(pt1, pt2, pt3, IsStroked, IsSmoothJoin));
System\Windows\Media\EllipseGeometry.cs (4)
287
new
BezierSegment
(points[1], points[2], points[3], true, true),
288
new
BezierSegment
(points[4], points[5], points[6], true, true),
289
new
BezierSegment
(points[7], points[8], points[9], true, true),
290
new
BezierSegment
(points[10], points[11], points[12], true, true)},
System\Windows\Media\PathGeometry.cs (1)
536
figure.Segments.Add(new
BezierSegment
(
System\Windows\Media\RectangleGeometry.cs (4)
346
new
BezierSegment
(points[1], points[2], points[3], true, true),
348
new
BezierSegment
(points[5], points[6], points[7], true, true),
350
new
BezierSegment
(points[9], points[10], points[11], true, true),
352
new
BezierSegment
(points[13], points[14], points[15], true, true)},