8 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);
PresentationFramework (4)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
146boundingRect = PointUtil.ClientToScreen(boundingRect, hwndSource); 167boundingRect = PointUtil.ClientToScreen(boundingRect, hwndSource);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (2)
77Rect rectScreen = PointUtil.ClientToScreen(rectClient, hwndSource); 123Rect rectScreen = PointUtil.ClientToScreen(rectClient, hwndSource);