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