1 write to _cacheStatusFontTextDecorations
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
921
_cacheStatusFontTextDecorations
= CreateInstance(SystemResourceKeyID.StatusFontTextDecorations);
2 references to _cacheStatusFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
919
if (
_cacheStatusFontTextDecorations
== null)
924
return
_cacheStatusFontTextDecorations
;