4 references to ElementToRoot
PresentationCore (4)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
210
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, VisualTreeHelper.GetContainingVisual2D(_owner), presentationSource);
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (3)
217
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, _owner, presentationSource);
246
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, _owner, presentationSource);
531
Rect rectRoot = PointUtil.
ElementToRoot
(rectElement, _owner, presentationSource);