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