2 references to PolyLineSegment
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
108
figure.Segments.Add(new
PolyLineSegment
(copy, IsStroked, IsSmoothJoin));
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
520
PolyLineSegment polySeg = new
PolyLineSegment
(ptCollection, fStroked, fSmooth);