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