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