1 write to _cacheMenuFontSize
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
777
_cacheMenuFontSize
= CreateInstance(SystemResourceKeyID.MenuFontSize);
2 references to _cacheMenuFontSize
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
775
if (
_cacheMenuFontSize
== null)
780
return
_cacheMenuFontSize
;