2 writes to Left
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (1)
421rcClientArea.Left += (int)windowResizeBorderThicknessDevice.Left;
System\Windows\Standard\NativeMethods.cs (1)
2024Left = Math.Min(rect1.Left, rect2.Left),
3 references to Left
PresentationFramework (3)
System\Windows\Shell\WindowChromeWorker.cs (1)
646return new Rect(windowPosition.Left, windowPosition.Top, windowPosition.Width, windowPosition.Height);
System\Windows\Standard\NativeMethods.cs (2)
2024Left = Math.Min(rect1.Left, rect2.Left),