1 write to _cacheMenuBarColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
815
_cacheMenuBarColor
= CreateInstance(SystemResourceKeyID.MenuBarColor);
2 references to _cacheMenuBarColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
813
if (
_cacheMenuBarColor
== null)
818
return
_cacheMenuBarColor
;