2 writes to Left
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
557_window.Left = adjustedTopLeft.X; 966_window.Left = _windowPosAtStartOfUserMove.X;
8 references to Left
PresentationFramework (8)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
602Point windowTopLeft = new Point(_window.Left, _window.Top); 942_windowPosAtStartOfUserMove = new Point(_window.Left, _window.Top);
src\Framework\System\Windows\Window.cs (6)
1039/// DependencyProperty for <see cref="Left" /> property. 2730requestedLeft = this.Left; 3937Point ownerLocationDeviceUnits = Owner.LogicalToDeviceUnits(new Point(Owner.Left, Owner.Top)); 4065if ((DoubleUtil.IsNaN(Owner.Left)) || 6406UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ? _actualLeft : Left, newTop);