6 references to LineSegment
PresentationCore (6)
System\Windows\Media\ArcSegment.cs (1)
124
figure.Segments.Add(new
LineSegment
(points[0], isStroked, isSmoothJoin));
System\Windows\Media\LineSegment.cs (1)
77
figure.Segments.Add(new
LineSegment
(pt, IsStroked, IsSmoothJoin));
System\Windows\Media\PathGeometry.cs (1)
504
figure.Segments.Add(new
LineSegment
(new Point(pPoints[pointIndex].X, pPoints[pointIndex].Y), fStroked, fSmooth));
System\Windows\Media\RectangleGeometry.cs (3)
347
new
LineSegment
(points[4], true, true),
349
new
LineSegment
(points[8], true, true),
351
new
LineSegment
(points[12], true, true),