1 write to _cacheMenuFontStyle
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
809
_cacheMenuFontStyle
= CreateInstance(SystemResourceKeyID.MenuFontStyle);
2 references to _cacheMenuFontStyle
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
807
if (
_cacheMenuFontStyle
== null)
812
return
_cacheMenuFontStyle
;