1 write to _cacheMenuFontFamily
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
793
_cacheMenuFontFamily
= CreateInstance(SystemResourceKeyID.MenuFontFamily);
2 references to _cacheMenuFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
791
if (
_cacheMenuFontFamily
== null)
796
return
_cacheMenuFontFamily
;