1 write to _cacheMessageFontFamily
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
962
_cacheMessageFontFamily
= CreateInstance(SystemResourceKeyID.MessageFontFamily);
2 references to _cacheMessageFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
960
if (
_cacheMessageFontFamily
== null)
965
return
_cacheMessageFontFamily
;