1 write to _cacheMenuBarColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
733
_cacheMenuBarColor
= CreateInstance(SystemResourceKeyID.MenuBarColor);
2 references to _cacheMenuBarColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
731
if (
_cacheMenuBarColor
== null)
736
return
_cacheMenuBarColor
;