1 write to _isGlassEnabled
PresentationFramework (1)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
1127
_isGlassEnabled
= frameState && _chromeInfo.GlassFrameThickness != default(Thickness);
4 references to _isGlassEnabled
PresentationFramework (4)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (4)
800
if (Utility.IsOSVistaOrNewer && _chromeInfo.GlassFrameThickness != default(Thickness) &&
_isGlassEnabled
)
883
if (!
_isGlassEnabled
)
1125
if (force || frameState !=
_isGlassEnabled
)
1129
if (!
_isGlassEnabled
)