1 write to _cacheMessageFontFamily
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
943
_cacheMessageFontFamily
= CreateInstance(SystemResourceKeyID.MessageFontFamily);
2 references to _cacheMessageFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
941
if (
_cacheMessageFontFamily
== null)
946
return
_cacheMessageFontFamily
;