3 writes to _actualLeft
PresentationFramework (3)
System\Windows\Window.cs (3)
2720
_actualLeft
= currentLocationLogicalUnits.X;
4838
_actualLeft
= ptLogicalUnits.X;
6260
_actualLeft
= newLeft;
6 references to _actualLeft
PresentationFramework (6)
System\Windows\Window.cs (6)
4835
if (!DoubleUtil.AreClose(
_actualLeft
, ptLogicalUnits.X) ||
4871
SetValue(LeftProperty,
_actualLeft
);
6153
Invariant.Assert(!Double.IsNaN(
_actualLeft
), "_actualLeft cannot be NaN after show");
6154
UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ?
_actualLeft
: Left, newTop);
6190
return w.
_actualLeft
;
6200
return w.
_actualLeft
;