2 writes to _menuFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
280
_menuFontFamily
= new FontFamily(SystemParameters.NonClientMetrics.lfMenuFont.lfFaceName);
1035
_menuFontFamily
= null;
2 references to _menuFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
278
if (
_menuFontFamily
== null)
283
return
_menuFontFamily
;