4 references to ClientToScreen
PresentationCore (4)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
191
rect = PointUtil.
ClientToScreen
(rectClient, hwndSource);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (3)
189
Rect rectScreen = PointUtil.
ClientToScreen
(rectClient, hwndSource);
212
Rect rectScreen = PointUtil.
ClientToScreen
(rectClient, hwndSource);
506
Rect rectScreen = PointUtil.
ClientToScreen
(rectClient, hwndSource);