Base:
method
LineTo
System.Windows.Media.StreamGeometryContext.LineTo(System.Windows.Point, System.Boolean, System.Boolean)
7 references to LineTo
PresentationCore (7)
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
280ctx.LineTo(EndPoint, true /* is stroked */, false /* is smooth join */);
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (6)
446ctx.LineTo(points[4], true /* is stroked */, false /* is smooth join */); 448ctx.LineTo(points[8], true /* is stroked */, false /* is smooth join */); 450ctx.LineTo(points[12], true /* is stroked */, false /* is smooth join */); 456ctx.LineTo(Rect.TopRight, true /* is stroked */, false /* is smooth join */); 457ctx.LineTo(Rect.BottomRight, true /* is stroked */, false /* is smooth join */); 458ctx.LineTo(Rect.BottomLeft, true /* is stroked */, false /* is smooth join */);