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