1 write to _cacheMenuBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1917
_cacheMenuBrush
= CreateInstance(SystemResourceKeyID.MenuBrush);
2 references to _cacheMenuBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1915
if (
_cacheMenuBrush
== null)
1920
return
_cacheMenuBrush
;