System\Windows\Documents\FixedSOMPageConstructor.cs (8)
71_pageConstructor._AddLine(_startPoint, _lastPoint, _transform);
126_pageConstructor._AddLine(_lastPoint, point, _transform);
155_pageConstructor._AddLine(_lastPoint, points[i], _transform);
922_AddLine(new Point(center, bounds.Top), new Point(center, bounds.Bottom), transform);
929_AddLine(new Point(bounds.Left, center), new Point(bounds.Right, center), transform);
979_AddLine(lastPoint, endPoint, transform);
992_AddLine(lastPoint, point, transform);
1013_AddLine(lastPoint, startPoint, transform);