2 writes to Left
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (1)
598rcClientArea.Left += (int)windowResizeBorderThicknessDevice.Left;
System\Windows\Standard\NativeMethods.cs (1)
2049Left = Math.Min(rect1.Left, rect2.Left),
8 references to Left
PresentationFramework (8)
System\Windows\Shell\WindowChromeWorker.cs (6)
370Rect rcLogicalWindow = DpiHelper.DeviceRectToLogical(new Rect(rcWindow.Left, rcWindow.Top, rcWindow.Width, rcWindow.Height), dpi.DpiScaleX, dpi.DpiScaleY); 371Rect rcLogicalClient = DpiHelper.DeviceRectToLogical(new Rect(rcAdjustedClient.Left, rcAdjustedClient.Top, rcAdjustedClient.Width, rcAdjustedClient.Height), dpi.DpiScaleX, dpi.DpiScaleY); 470wp.rcNormalPosition.Left - adjustedDeviceRc.Left, 514windowTopLeft -= (Vector)DpiHelper.DevicePixelsToLogical(new Point(adjustedOffset.Left, adjustedOffset.Top), dpi.DpiScaleX, dpi.DpiScaleY); 896return new Rect(windowPosition.Left, windowPosition.Top, windowPosition.Width, windowPosition.Height);
System\Windows\Standard\NativeMethods.cs (2)
2049Left = Math.Min(rect1.Left, rect2.Left),