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