3 writes to _actualLeft
PresentationFramework (3)
System\Windows\Window.cs (3)
2689_actualLeft = currentLocationLogicalUnits.X; 4799_actualLeft = ptLogicalUnits.X; 6222_actualLeft = newLeft;
6 references to _actualLeft
PresentationFramework (6)
System\Windows\Window.cs (6)
4796if (!DoubleUtil.AreClose(_actualLeft, ptLogicalUnits.X) || 4829SetValue(LeftProperty, _actualLeft); 6115Invariant.Assert(!Double.IsNaN(_actualLeft), "_actualLeft cannot be NaN after show"); 6116UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ? _actualLeft : Left, newTop); 6152return w._actualLeft; 6162return w._actualLeft;