1 write to _cacheMenuBarBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1593
_cacheMenuBarBrush
= CreateInstance(SystemResourceKeyID.MenuBarBrush);
2 references to _cacheMenuBarBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1591
if (
_cacheMenuBarBrush
== null)
1596
return
_cacheMenuBarBrush
;