3 writes to _actualLeft
PresentationFramework (3)
System\Windows\Window.cs (3)
2683_actualLeft = currentLocationLogicalUnits.X; 4793_actualLeft = ptLogicalUnits.X; 6216_actualLeft = newLeft;
6 references to _actualLeft
PresentationFramework (6)
System\Windows\Window.cs (6)
4790if (!DoubleUtil.AreClose(_actualLeft, ptLogicalUnits.X) || 4823SetValue(LeftProperty, _actualLeft); 6109Invariant.Assert(!Double.IsNaN(_actualLeft), "_actualLeft cannot be NaN after show"); 6110UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ? _actualLeft : Left, newTop); 6146return w._actualLeft; 6156return w._actualLeft;