1 write to _cacheCaptionFontTextDecorations
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
671
_cacheCaptionFontTextDecorations
= CreateInstance(SystemResourceKeyID.CaptionFontTextDecorations);
2 references to _cacheCaptionFontTextDecorations
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
669
if (
_cacheCaptionFontTextDecorations
== null)
674
return
_cacheCaptionFontTextDecorations
;