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