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