2 references to ClientToScreen
PresentationFramework (2)
System\Windows\Controls\TextAdaptor.cs (2)
152
lineRect = new Rect(
ClientToScreen
(lineRect.TopLeft, textView.RenderScope),
ClientToScreen
(lineRect.BottomRight, textView.RenderScope));