1 write to _cacheMenuBarBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1935
_cacheMenuBarBrush
= CreateInstance(SystemResourceKeyID.MenuBarBrush);
2 references to _cacheMenuBarBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1933
if (
_cacheMenuBarBrush
== null)
1938
return
_cacheMenuBarBrush
;