1 write to _cacheSmallCaptionFontTextDecorations
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
770
_cacheSmallCaptionFontTextDecorations
= CreateInstance(SystemResourceKeyID.SmallCaptionFontTextDecorations);
2 references to _cacheSmallCaptionFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
768
if (
_cacheSmallCaptionFontTextDecorations
== null)
773
return
_cacheSmallCaptionFontTextDecorations
;