2 writes to Left
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
703rcClientArea.Left += (int)windowResizeBorderThicknessDevice.Left;
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2146Left = Math.Min(rect1.Left, rect2.Left),
8 references to Left
PresentationFramework (8)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (6)
445Rect rcLogicalWindow = DpiHelper.DeviceRectToLogical(new Rect(rcWindow.Left, rcWindow.Top, rcWindow.Width, rcWindow.Height), dpi.DpiScaleX, dpi.DpiScaleY); 446Rect rcLogicalClient = DpiHelper.DeviceRectToLogical(new Rect(rcAdjustedClient.Left, rcAdjustedClient.Top, rcAdjustedClient.Width, rcAdjustedClient.Height), dpi.DpiScaleX, dpi.DpiScaleY); 551wp.rcNormalPosition.Left - adjustedDeviceRc.Left, 603windowTopLeft -= (Vector)DpiHelper.DevicePixelsToLogical(new Point(adjustedOffset.Left, adjustedOffset.Top), dpi.DpiScaleX, dpi.DpiScaleY); 1041return new Rect(windowPosition.Left, windowPosition.Top, windowPosition.Width, windowPosition.Height);
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2146Left = Math.Min(rect1.Left, rect2.Left),