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