3 writes to _actualLeft
PresentationFramework (3)
System\Windows\Window.cs (3)
2700
_actualLeft
= currentLocationLogicalUnits.X;
4819
_actualLeft
= ptLogicalUnits.X;
6245
_actualLeft
= newLeft;
6 references to _actualLeft
PresentationFramework (6)
System\Windows\Window.cs (6)
4816
if (!DoubleUtil.AreClose(
_actualLeft
, ptLogicalUnits.X) ||
4852
SetValue(LeftProperty,
_actualLeft
);
6138
Invariant.Assert(!Double.IsNaN(
_actualLeft
), "_actualLeft cannot be NaN after show");
6139
UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ?
_actualLeft
: Left, newTop);
6175
return w.
_actualLeft
;
6185
return w.
_actualLeft
;