3 writes to _actualLeft
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
2765_actualLeft = currentLocationLogicalUnits.X; 4993_actualLeft = ptLogicalUnits.X; 6512_actualLeft = newLeft;
6 references to _actualLeft
PresentationFramework (6)
src\Framework\System\Windows\Window.cs (6)
4990if (!DoubleUtil.AreClose(_actualLeft, ptLogicalUnits.X) || 5027SetValue(LeftProperty, _actualLeft); 6405Invariant.Assert(!Double.IsNaN(_actualLeft), "_actualLeft cannot be NaN after show"); 6406UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ? _actualLeft : Left, newTop); 6442return w._actualLeft; 6452return w._actualLeft;