8 references to TranslatePoint
PresentationCore (8)
System\Windows\DragDrop.cs (1)
1365targetPoint = InputElement.TranslatePoint(targetPoint, source.RootVisual, target);
System\Windows\DragEventArgs.cs (1)
90dropPoint = InputElement.TranslatePoint(_dropPoint, _target, (DependencyObject)relativeTo);
System\Windows\Input\MouseDevice.cs (2)
597ptRelative = InputElement.TranslatePoint(ptRoot, relativePresentationSource.RootVisual, (DependencyObject)relativeTo); 1649ptRelativeToOver = InputElement.TranslatePoint(ptRoot, rawMouseInputReport.InputSource.RootVisual, (DependencyObject)mouseOver);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
741Point ptRelative = InputElement.TranslatePoint(ptRoot, relativePresentationSource.RootVisual, (DependencyObject)relativeTo);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1192Point ptRelative = InputElement.TranslatePoint(ptRoot, relativePresentationSource.RootVisual, (DependencyObject)relativeTo);
System\Windows\UIElement.cs (2)
1976return InputElement.TranslatePoint(point, this, relativeTo); 2061pt = InputElement.TranslatePoint(pt, this, candidate);