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