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