4 references to ClientToScreen
PresentationCore (4)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
200rect = PointUtil.ClientToScreen(rectClient, hwndSource);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (3)
202Rect rectScreen = PointUtil.ClientToScreen(rectClient, hwndSource); 225Rect rectScreen = PointUtil.ClientToScreen(rectClient, hwndSource); 519Rect rectScreen = PointUtil.ClientToScreen(rectClient, hwndSource);