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