6 references to LineSegment
PresentationCore (6)
System\Windows\Media\ArcSegment.cs (1)
124figure.Segments.Add(new LineSegment(points[0], isStroked, isSmoothJoin));
System\Windows\Media\LineSegment.cs (1)
77figure.Segments.Add(new LineSegment(pt, IsStroked, IsSmoothJoin));
System\Windows\Media\PathGeometry.cs (1)
504figure.Segments.Add(new LineSegment(new Point(pPoints[pointIndex].X, pPoints[pointIndex].Y), fStroked, fSmooth));
System\Windows\Media\RectangleGeometry.cs (3)
347new LineSegment(points[4], true, true), 349new LineSegment(points[8], true, true), 351new LineSegment(points[12], true, true),