6 references to LineSegment
PresentationCore (6)
System\Windows\Media\ArcSegment.cs (1)
108figure.Segments.Add(new LineSegment(points[0], isStroked, isSmoothJoin));
System\Windows\Media\LineSegment.cs (1)
58figure.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)
332new LineSegment(points[4], true, true), 334new LineSegment(points[8], true, true), 336new LineSegment(points[12], true, true),