4 references to ClientToScreen
PresentationCore (4)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
212rect = PointUtil.ClientToScreen(rectClient, hwndSource);
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (3)
219Rect rectScreen = PointUtil.ClientToScreen(rectClient, hwndSource); 248Rect rectScreen = PointUtil.ClientToScreen(rectClient, hwndSource); 533Rect rectScreen = PointUtil.ClientToScreen(rectClient, hwndSource);