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