6 references to ClientToRoot
PresentationCore (6)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (1)
183Point pointRoot = PointUtil.ClientToRoot(pointClient, hwndSource);
Core\CSharp\System\Windows\DragDrop.cs (1)
1409targetPoint = PointUtil.ClientToRoot(targetPoint, source);
Core\CSharp\System\Windows\Input\InputElement.cs (1)
330ptTranslated = PointUtil.ClientToRoot(ptTranslated, sourceTo);
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
2262Point rootPt = clientUnits ? PointUtil.ClientToRoot(pt, inputSource) : pt;
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
351currentPosition = PointUtil.ClientToRoot(currentPosition, inputSource);
Core\CSharp\System\Windows\Media\Visual.cs (1)
4825point = PointUtil.ClientToRoot(point, inputSource);