1 write to _cacheIconFontTextDecorations
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
598
_cacheIconFontTextDecorations
= CreateInstance(SystemResourceKeyID.IconFontTextDecorations);
2 references to _cacheIconFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
596
if (
_cacheIconFontTextDecorations
== null)
601
return
_cacheIconFontTextDecorations
;