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