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