4 writes to Bottom
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 });
707
rcClientArea.
Bottom
-= (int)windowResizeBorderThicknessDevice.Bottom;
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2149
Bottom
= Math.Max(rect1.Bottom, rect2.Bottom),
2 references to Bottom
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2149
Bottom = Math.Max(rect1.
Bottom
, rect2.
Bottom
),