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