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