1 write to _cacheStatusFontTextDecorations
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
911
_cacheStatusFontTextDecorations
= CreateInstance(SystemResourceKeyID.StatusFontTextDecorations);
2 references to _cacheStatusFontTextDecorations
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
909
if (
_cacheStatusFontTextDecorations
== null)
914
return
_cacheStatusFontTextDecorations
;