1 write to _cacheIconFontTextDecorations
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
588
_cacheIconFontTextDecorations
= CreateInstance(SystemResourceKeyID.IconFontTextDecorations);
2 references to _cacheIconFontTextDecorations
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
586
if (
_cacheIconFontTextDecorations
== null)
591
return
_cacheIconFontTextDecorations
;