1 write to _cacheMessageFontStyle
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
959
_cacheMessageFontStyle
= CreateInstance(SystemResourceKeyID.MessageFontStyle);
2 references to _cacheMessageFontStyle
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
957
if (
_cacheMessageFontStyle
== null)
962
return
_cacheMessageFontStyle
;