4 writes to Right
PresentationFramework (4)
System\Windows\Shell\WindowChromeWorker.cs (3)
467RECT adjustedDeviceRc = _GetAdjustedWindowRect(new RECT { Bottom = 100, Right = 100 }); 512RECT adjustedOffset = _GetAdjustedWindowRect(new RECT { Bottom = 100, Right = 100 }); 606rcClientArea.Right -= (int)windowResizeBorderThicknessDevice.Right;
System\Windows\Standard\NativeMethods.cs (1)
2051Right = Math.Max(rect1.Right, rect2.Right),
2 references to Right
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2051Right = Math.Max(rect1.Right, rect2.Right),