3 writes to _actualLeft
PresentationFramework (3)
System\Windows\Window.cs (3)
2707_actualLeft = currentLocationLogicalUnits.X; 4825_actualLeft = ptLogicalUnits.X; 6247_actualLeft = newLeft;
6 references to _actualLeft
PresentationFramework (6)
System\Windows\Window.cs (6)
4822if (!DoubleUtil.AreClose(_actualLeft, ptLogicalUnits.X) || 4858SetValue(LeftProperty, _actualLeft); 6140Invariant.Assert(!Double.IsNaN(_actualLeft), "_actualLeft cannot be NaN after show"); 6141UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ? _actualLeft : Left, newTop); 6177return w._actualLeft; 6187return w._actualLeft;