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