1 write to _cacheMenuFontTextDecorations
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
831
_cacheMenuFontTextDecorations
= CreateInstance(SystemResourceKeyID.MenuFontTextDecorations);
2 references to _cacheMenuFontTextDecorations
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
829
if (
_cacheMenuFontTextDecorations
== null)
834
return
_cacheMenuFontTextDecorations
;