1 write to _cacheMenuFontTextDecorations
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
850
_cacheMenuFontTextDecorations
= CreateInstance(SystemResourceKeyID.MenuFontTextDecorations);
2 references to _cacheMenuFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
848
if (
_cacheMenuFontTextDecorations
== null)
853
return
_cacheMenuFontTextDecorations
;