7 references to ScreenToClient
PresentationCore (7)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (1)
182
Point pointClient = PointUtil.
ScreenToClient
( pointScreen, hwndSource );
Core\CSharp\System\Windows\DragDrop.cs (1)
1325
clientPoint = PointUtil.
ScreenToClient
(screenPoint, source);
Core\CSharp\System\Windows\Input\InputElement.cs (1)
327
ptTranslated = PointUtil.
ScreenToClient
(ptScreen, sourceTo);
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
199
Point ptClient = PointUtil.
ScreenToClient
(ptScreen, presentationSource);
2222
Point ptClientHit = PointUtil.
ScreenToClient
(ptScreen, sourceHit);
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
350
currentPosition = PointUtil.
ScreenToClient
(currentPosition, inputSource);
Core\CSharp\System\Windows\Media\Visual.cs (1)
4824
point = PointUtil.
ScreenToClient
(point, inputSource);