1 write to _cacheCaptionFontTextDecorations
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
690
_cacheCaptionFontTextDecorations
= CreateInstance(SystemResourceKeyID.CaptionFontTextDecorations);
2 references to _cacheCaptionFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
688
if (
_cacheCaptionFontTextDecorations
== null)
693
return
_cacheCaptionFontTextDecorations
;