1 write to _isGlassEnabled
PresentationFramework (1)
System\Windows\Shell\WindowChromeWorker.cs (1)
723
_isGlassEnabled
= frameState && _chromeInfo.GlassFrameThickness != default(Thickness);
4 references to _isGlassEnabled
PresentationFramework (4)
System\Windows\Shell\WindowChromeWorker.cs (4)
513
if (Utility.IsOSVistaOrNewer && _chromeInfo.GlassFrameThickness != default(Thickness) &&
_isGlassEnabled
)
584
if (!
_isGlassEnabled
)
721
if (force || frameState !=
_isGlassEnabled
)
725
if (!
_isGlassEnabled
)