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