src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (8)
81_pageConstructor._AddLine(_startPoint, _lastPoint, _transform);
136_pageConstructor._AddLine(_lastPoint, point, _transform);
165_pageConstructor._AddLine(_lastPoint, points[i], _transform);
934_AddLine(new Point(center, bounds.Top), new Point(center, bounds.Bottom), transform);
941_AddLine(new Point(bounds.Left, center), new Point(bounds.Right, center), transform);
991_AddLine(lastPoint, endPoint, transform);
1004_AddLine(lastPoint, point, transform);
1025_AddLine(lastPoint, startPoint, transform);