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