1 write to _isGlassEnabled
PresentationFramework (1)
System\Windows\Shell\WindowChromeWorker.cs (1)
713
_isGlassEnabled
= frameState && _chromeInfo.GlassFrameThickness != default(Thickness);
4 references to _isGlassEnabled
PresentationFramework (4)
System\Windows\Shell\WindowChromeWorker.cs (4)
503
if (Utility.IsOSVistaOrNewer && _chromeInfo.GlassFrameThickness != default(Thickness) &&
_isGlassEnabled
)
574
if (!
_isGlassEnabled
)
711
if (force || frameState !=
_isGlassEnabled
)
715
if (!
_isGlassEnabled
)