My appologies, my previous post has a small error. The value for RenderOptions.EdgeMode should be set to Unspecified.
If you change the default style of the ToolFrame, and set this attached property to Unspecified, this should fix it. You can either do this on the ToolFrame itself or you pages, both should work.
Thank you for bringing this to my attention.