3 references to ClientToScreen
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextAdaptor.cs (3)
164lineRect = new Rect(ClientToScreen(lineRect.TopLeft, textView.RenderScope), ClientToScreen(lineRect.BottomRight, textView.RenderScope)); 376/// A version of <see cref="ClientToScreen(Point, Visual)"/> for compatibility purposes.