2 writes to _prePanningLocation
PresentationFramework (2)
System\Windows\Window.cs (2)
7024_prePanningLocation = DeviceToLogicalUnits(new Point(rc.left, rc.top)); 7086_prePanningLocation = new Point(double.NaN, double.NaN);
4 references to _prePanningLocation
PresentationFramework (4)
System\Windows\Window.cs (4)
7094if (!double.IsNaN(_prePanningLocation.X) && !double.IsNaN(_prePanningLocation.Y) && (_swh != null)) 7099return new Point(point.X - (_prePanningLocation.X - windowLocation.X), point.Y - (_prePanningLocation.Y - windowLocation.Y));