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