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