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