3 references to TryClientToRoot
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PointUtil.cs (1)
40return TryClientToRoot(point, presentationSource, true, out success);
System\Windows\Input\MouseDevice.cs (2)
622ptRoot = PointUtil.TryClientToRoot(ptClient, relativePresentationSource, false, out success); 1322Point ptRoot = PointUtil.TryClientToRoot(ptClient, rawMouseInputReport.InputSource, false, out success);