1 write to _cacheMessageFontTextDecorations
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
1010
_cacheMessageFontTextDecorations
= CreateInstance(SystemResourceKeyID.MessageFontTextDecorations);
2 references to _cacheMessageFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
1008
if (
_cacheMessageFontTextDecorations
== null)
1013
return
_cacheMessageFontTextDecorations
;