3 writes to _actualLeft
PresentationFramework (3)
System\Windows\Window.cs (3)
2602_actualLeft = currentLocationLogicalUnits.X; 4720_actualLeft = ptLogicalUnits.X; 6142_actualLeft = newLeft;
6 references to _actualLeft
PresentationFramework (6)
System\Windows\Window.cs (6)
4717if (!DoubleUtil.AreClose(_actualLeft, ptLogicalUnits.X) || 4753SetValue(LeftProperty, _actualLeft); 6035Invariant.Assert(!Double.IsNaN(_actualLeft), "_actualLeft cannot be NaN after show"); 6036UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ? _actualLeft : Left, newTop); 6072return w._actualLeft; 6082return w._actualLeft;