1 write to _cacheMessageFontTextDecorations
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
991
_cacheMessageFontTextDecorations
= CreateInstance(SystemResourceKeyID.MessageFontTextDecorations);
2 references to _cacheMessageFontTextDecorations
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
989
if (
_cacheMessageFontTextDecorations
== null)
994
return
_cacheMessageFontTextDecorations
;