3 references to GlassFrameThickness
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
800if (Utility.IsOSVistaOrNewer && _chromeInfo.GlassFrameThickness != default(Thickness) && _isGlassEnabled) 1127_isGlassEnabled = frameState && _chromeInfo.GlassFrameThickness != default(Thickness); 1389Thickness deviceGlassThickness = DpiHelper.LogicalThicknessToDevice(_chromeInfo.GlassFrameThickness, dpi.DpiScaleX, dpi.DpiScaleY);