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