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