10 references to ElementToRoot
PresentationCore (4)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
189
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, VisualTreeHelper.GetContainingVisual2D(_owner), presentationSource);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (3)
187
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, _owner, presentationSource);
210
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, _owner, presentationSource);
504
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, _owner, presentationSource);
PresentationFramework (6)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
144
boundingRect = PointUtil.
ElementToRoot
(boundingRect, uiScope, hwndSource);
165
boundingRect = PointUtil.
ElementToRoot
(boundingRect, uiScope, hwndSource);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (2)
75
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, textView.RenderScope, presentationSource);
121
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, textView.RenderScope, presentationSource);
System\Windows\Controls\PopupControlService.cs (1)
859
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, ownerUIE, presentationSource);
System\Windows\Interop\HwndHost.cs (1)
390
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, this, source);