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