2 writes to _prePanningLocation
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
7398_prePanningLocation = DeviceToLogicalUnits(new Point(rc.left, rc.top)); 7481_prePanningLocation = new Point(double.NaN, double.NaN);
4 references to _prePanningLocation
PresentationFramework (4)
src\Framework\System\Windows\Window.cs (4)
7489if (!double.IsNaN(_prePanningLocation.X) && !double.IsNaN(_prePanningLocation.Y) && (_swh != null)) 7494return new Point(point.X - (_prePanningLocation.X - windowLocation.X), point.Y - (_prePanningLocation.Y - windowLocation.Y));