6 references to ClientToScreen
PresentationCore (6)
Core\CSharp\System\Windows\Input\InputElement.cs (1)
324
Point ptScreen = PointUtil.
ClientToScreen
(ptTranslated, sourceFrom);
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
144
ptScreen = PointUtil.
ClientToScreen
(_lastPosition, activeSource);
2194
Point ptScreen = PointUtil.
ClientToScreen
(ptClient, source);
Core\CSharp\System\Windows\Media\Visual.cs (1)
4803
point = PointUtil.
ClientToScreen
(point, inputSource);
Shared\MS\Internal\PointUtil.cs (2)
310
Point corner1 =
ClientToScreen
(rectClient.TopLeft, hwndSource);
311
Point corner2 =
ClientToScreen
(rectClient.BottomRight, hwndSource);