2 writes to cyBottomHeight
PresentationFramework (2)
System\Windows\Appearance\WindowBackdropManager.cs (1)
128
margins = new MARGINS { cxLeftWidth = -1, cxRightWidth = -1, cyTopHeight = -1,
cyBottomHeight
= -1 };
System\Windows\Shell\WindowChromeWorker.cs (1)
1003
cyBottomHeight
= (int)Math.Ceiling(deviceGlassThickness.Bottom),