3 references to ClientToScreen
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (3)
235
_previousScreenCoordPosition = _originScreenCoordPosition = SafeSecurityHelper.
ClientToScreen
(this,_originThumbPoint);
272
Point pt = SafeSecurityHelper.
ClientToScreen
(this, e.MouseDevice.GetPosition(this));
303
Point screenCoordPosition = SafeSecurityHelper.
ClientToScreen
(this, thumbCoordPosition);