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