1 write to _cacheMenuFontStyle
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
799
_cacheMenuFontStyle
= CreateInstance(SystemResourceKeyID.MenuFontStyle);
2 references to _cacheMenuFontStyle
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
797
if (
_cacheMenuFontStyle
== null)
802
return
_cacheMenuFontStyle
;