14 references to ScreenToClient
PresentationCore (14)
MS\Internal\Automation\ElementUtil.cs (1)
171Point pointClient = PointUtil.ScreenToClient( pointScreen, hwndSource );
System\Windows\DragDrop.cs (1)
1287clientPoint = PointUtil.ScreenToClient(screenPoint, source);
System\Windows\Input\InputElement.cs (1)
289ptTranslated = PointUtil.ScreenToClient(ptScreen, sourceTo);
System\Windows\Input\MouseDevice.cs (2)
182Point ptClient = PointUtil.ScreenToClient(ptScreen, presentationSource); 2124Point ptClientHit = PointUtil.ScreenToClient(ptScreen, sourceHit);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
764Point ptClient = PointUtil.ScreenToClient(curPoint, relativePresentationSource);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
611pt = PointUtil.ScreenToClient(pt, mouseInputReport.InputSource); 1750Point pt = PointUtil.ScreenToClient(stylusDevice.LastMouseScreenPoint, mouseInputSource); 2842pt = PointUtil.ScreenToClient(pt, mouseInputSource); 2950ptClientHit = PointUtil.ScreenToClient(ptScreen, sourceHit);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1224Point ptClient = PointUtil.ScreenToClient(_lastScreenLocation, relativePresentationSource); 1698Point pt = PointUtil.ScreenToClient(_lastMouseScreenLocation, mouseInputSource);
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
300currentPosition = PointUtil.ScreenToClient(currentPosition, inputSource);
System\Windows\Media\Visual.cs (1)
4784point = PointUtil.ScreenToClient(point, inputSource);