1 write to _cacheMenuFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
834
_cacheMenuFontWeight
= CreateInstance(SystemResourceKeyID.MenuFontWeight);
2 references to _cacheMenuFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
832
if (
_cacheMenuFontWeight
== null)
837
return
_cacheMenuFontWeight
;