10 references to RootToClient
PresentationCore (4)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
190
Rect rectClient = PointUtil.
RootToClient
(rectRoot, presentationSource);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (3)
188
Rect rectClient = PointUtil.
RootToClient
(rectRoot, presentationSource);
211
Rect rectClient = PointUtil.
RootToClient
(rectRoot, presentationSource);
505
Rect rectClient = PointUtil.
RootToClient
(rectRoot, presentationSource);
PresentationFramework (6)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
145
boundingRect = PointUtil.
RootToClient
(boundingRect, hwndSource);
166
boundingRect = PointUtil.
RootToClient
(boundingRect, hwndSource);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (2)
76
Rect rectClient = PointUtil.
RootToClient
(rectRoot, presentationSource);
122
Rect rectClient = PointUtil.
RootToClient
(rectRoot, presentationSource);
System\Windows\Controls\PopupControlService.cs (1)
860
Rect ownerRect = PointUtil.
RootToClient
(rectRoot, presentationSource);
System\Windows\Interop\HwndHost.cs (1)
391
Rect rectClient = PointUtil.
RootToClient
(rectRoot, source);