Base:
method
LineTo
System.Windows.Media.StreamGeometryContext.LineTo(System.Windows.Point, System.Boolean, System.Boolean)
7 references to LineTo
PresentationCore (7)
System\Windows\Media\LineGeometry.cs (1)
263ctx.LineTo(EndPoint, true /* is stroked */, false /* is smooth join */);
System\Windows\Media\RectangleGeometry.cs (6)
431ctx.LineTo(points[4], true /* is stroked */, false /* is smooth join */); 433ctx.LineTo(points[8], true /* is stroked */, false /* is smooth join */); 435ctx.LineTo(points[12], true /* is stroked */, false /* is smooth join */); 441ctx.LineTo(rect.TopRight, true /* is stroked */, false /* is smooth join */); 442ctx.LineTo(rect.BottomRight, true /* is stroked */, false /* is smooth join */); 443ctx.LineTo(rect.BottomLeft, true /* is stroked */, false /* is smooth join */);