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)
4990
if (!DoubleUtil.AreClose(
_actualLeft
, ptLogicalUnits.X) ||
5027
SetValue(LeftProperty,
_actualLeft
);
6405
Invariant.Assert(!Double.IsNaN(
_actualLeft
), "_actualLeft cannot be NaN after show");
6406
UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ?
_actualLeft
: Left, newTop);
6442
return w.
_actualLeft
;
6452
return w.
_actualLeft
;