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