6 references to LineSegment
PresentationCore (6)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
131
figure.Segments.Add(new
LineSegment
(points[0], isStroked, isSmoothJoin));
Core\CSharp\System\Windows\Media\LineSegment.cs (1)
80
figure.Segments.Add(new
LineSegment
(pt, IsStroked, IsSmoothJoin));
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
528
figure.Segments.Add(new
LineSegment
(new Point(pPoints[pointIndex].X, pPoints[pointIndex].Y), fStroked, fSmooth));
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (3)
362
new
LineSegment
(points[4], true, true),
364
new
LineSegment
(points[8], true, true),
366
new
LineSegment
(points[12], true, true),