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