1 write to _cacheMenuFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
825
_cacheMenuFontWeight
= CreateInstance(SystemResourceKeyID.MenuFontWeight);
2 references to _cacheMenuFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
823
if (
_cacheMenuFontWeight
== null)
828
return
_cacheMenuFontWeight
;