1 write to _cacheMessageFontStyle
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
978
_cacheMessageFontStyle
= CreateInstance(SystemResourceKeyID.MessageFontStyle);
2 references to _cacheMessageFontStyle
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
976
if (
_cacheMessageFontStyle
== null)
981
return
_cacheMessageFontStyle
;