2 references to ClientToScreen
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
2986
return PointUtil.ToPoint(
ClientToScreen
(targetWindow, clientPoint));
3049
return
ClientToScreen
(hwndSource, pt);