VisualDiagnostics\RectangleGridAdorner.cs (4)
34			canvas.DrawLine(0, y, LineMaxLength, y);
35			canvas.DrawLine(0, y + height, LineMaxLength, y + height);
36			canvas.DrawLine(x, 0, x, LineMaxLength);
37			canvas.DrawLine(x + width, 0, x + width, LineMaxLength);