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)
247ctx.LineTo(EndPoint, isStroked: true, isSmoothJoin: false);
System\Windows\Media\RectangleGeometry.cs (6)
417ctx.LineTo(points[4], isStroked: true, isSmoothJoin: false); 419ctx.LineTo(points[8], isStroked: true, isSmoothJoin: false); 421ctx.LineTo(points[12], isStroked: true, isSmoothJoin: false); 427ctx.LineTo(rect.TopRight, isStroked: true, isSmoothJoin: false); 428ctx.LineTo(rect.BottomRight, isStroked: true, isSmoothJoin: false); 429ctx.LineTo(rect.BottomLeft, isStroked: true, isSmoothJoin: false);