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