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