1 write to _cacheMenuStyle
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
2160
_cacheMenuStyle
= new SystemThemeKey(SystemResourceKeyID.ToolBarMenuStyle);
2 references to _cacheMenuStyle
PresentationFramework (2)
src\Framework\System\Windows\SystemResourceKey.cs (2)
2158
if (
_cacheMenuStyle
== null)
2162
return
_cacheMenuStyle
;