6 references to LineSegment
PresentationCore (6)
System\Windows\Media\ArcSegment.cs (1)
108
figure.Segments.Add(new
LineSegment
(points[0], isStroked, isSmoothJoin));
System\Windows\Media\LineSegment.cs (1)
58
figure.Segments.Add(new
LineSegment
(pt, IsStroked, IsSmoothJoin));
System\Windows\Media\PathGeometry.cs (1)
480
figure.Segments.Add(new
LineSegment
(new Point(pPoints[pointIndex].X, pPoints[pointIndex].Y), fStroked, fSmooth));
System\Windows\Media\RectangleGeometry.cs (3)
332
new
LineSegment
(points[4], true, true),
334
new
LineSegment
(points[8], true, true),
336
new
LineSegment
(points[12], true, true),