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