1 write to _cacheMenuFontWeight
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
815
_cacheMenuFontWeight
= CreateInstance(SystemResourceKeyID.MenuFontWeight);
2 references to _cacheMenuFontWeight
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
813
if (
_cacheMenuFontWeight
== null)
818
return
_cacheMenuFontWeight
;