1 write to _isGlassEnabled
PresentationFramework (1)
System\Windows\Shell\WindowChromeWorker.cs (1)
724
_isGlassEnabled
= frameState && _chromeInfo.GlassFrameThickness != default(Thickness);
4 references to _isGlassEnabled
PresentationFramework (4)
System\Windows\Shell\WindowChromeWorker.cs (4)
514
if (Utility.IsOSVistaOrNewer && _chromeInfo.GlassFrameThickness != default(Thickness) &&
_isGlassEnabled
)
585
if (!
_isGlassEnabled
)
722
if (force || frameState !=
_isGlassEnabled
)
726
if (!
_isGlassEnabled
)