16 references to ScreenToClient
PresentationCore (16)
MS\Internal\Automation\ElementUtil.cs (1)
155Point pointClient = PointUtil.ScreenToClient( pointScreen, hwndSource );
System\Windows\DragDrop.cs (1)
1279clientPoint = PointUtil.ScreenToClient(screenPoint, source);
System\Windows\Input\InputElement.cs (1)
284ptTranslated = PointUtil.ScreenToClient(ptScreen, sourceTo);
System\Windows\Input\MouseDevice.cs (2)
169Point ptClient = PointUtil.ScreenToClient(ptScreen, presentationSource); 2123Point ptClientHit = PointUtil.ScreenToClient(ptScreen, sourceHit);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
612Point ptDevice = PointUtil.ScreenToClient(rawScreenPoint, _inputSource); 740Point ptClient = PointUtil.ScreenToClient(curPoint, relativePresentationSource);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
608pt = PointUtil.ScreenToClient(pt, mouseInputReport.InputSource); 1751Point pt = PointUtil.ScreenToClient(stylusDevice.LastMouseScreenPoint, mouseInputSource); 2851pt = PointUtil.ScreenToClient(pt, mouseInputSource); 2963ptClientHit = PointUtil.ScreenToClient(ptScreen, sourceHit);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
320Point ptDevice = PointUtil.ScreenToClient(_lastScreenLocation, _inputSource); 1192Point ptClient = PointUtil.ScreenToClient(_lastScreenLocation, relativePresentationSource); 1666Point pt = PointUtil.ScreenToClient(_lastMouseScreenLocation, mouseInputSource);
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
290currentPosition = PointUtil.ScreenToClient(currentPosition, inputSource);
System\Windows\Media\Visual.cs (1)
4756point = PointUtil.ScreenToClient(point, inputSource);