1 write to _cacheMenuFontSize
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
767
_cacheMenuFontSize
= CreateInstance(SystemResourceKeyID.MenuFontSize);
2 references to _cacheMenuFontSize
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
765
if (
_cacheMenuFontSize
== null)
770
return
_cacheMenuFontSize
;