3 references to TryClientToRoot
PresentationCore (3)
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
673ptRoot = PointUtil.TryClientToRoot(ptClient, relativePresentationSource, false, out success); 1422Point ptRoot = PointUtil.TryClientToRoot(ptClient, rawMouseInputReport.InputSource, false, out success);
Shared\MS\Internal\PointUtil.cs (1)
42return TryClientToRoot(point, presentationSource, true, out success);