3 references to RootToClient
PresentationCore (3)
System\Windows\Input\InputElement.cs (1)
278
ptTranslated = PointUtil.
RootToClient
(ptTranslated, sourceFrom);
System\Windows\Input\MouseDevice.cs (1)
2097
Point ptClient = clientUnits ? pt : PointUtil.
RootToClient
(pt, inputSource);
System\Windows\Media\Visual.cs (1)
4734
point = PointUtil.
RootToClient
(point, inputSource);