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