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