4 references to RootToClient
PresentationCore (3)
System\Windows\Input\InputElement.cs (1)
278
ptTranslated = PointUtil.
RootToClient
(ptTranslated, sourceFrom);
System\Windows\Input\MouseDevice.cs (1)
2097
Point ptClient = clientUnits ? pt : PointUtil.
RootToClient
(pt, inputSource);
System\Windows\Media\Visual.cs (1)
4734
point = PointUtil.
RootToClient
(point, inputSource);
PresentationFramework (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs (1)
73
Point ptClient = PointUtil.
RootToClient
(ptRoot, source);