4 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);