void _masterPane_CrossHairShowEvent(CrossHairRender render, Point screenLocation) { Crosshair.DrawAt(this.RectangleToScreen(ActualDrawingSpaceArea), screenLocation, true); DrawCrossHairLocationInfo(null, this.PointToClient(screenLocation)); }