3 references to PolyLineSegment
PresentationCore (1)
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
381new PolyLineSegment(
PresentationFramework (2)
src\Framework\System\Windows\Shapes\Polygon.cs (1)
145pathFigure.Segments.Add(new PolyLineSegment(array, true));
src\Framework\System\Windows\Shapes\Polyline.cs (1)
145pathFigure.Segments.Add(new PolyLineSegment(array, true));