2 writes to _menuFontTextDecorations
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
318_menuFontTextDecorations = new TextDecorationCollection(); 1029_menuFontTextDecorations = null;
5 references to _menuFontTextDecorations
PresentationFramework (5)
src\Framework\System\Windows\SystemFonts.cs (5)
316if (_menuFontTextDecorations == null) 322CopyTextDecorationCollection(TextDecorations.Underline, _menuFontTextDecorations); 327CopyTextDecorationCollection(TextDecorations.Strikethrough, _menuFontTextDecorations); 329_menuFontTextDecorations.Freeze(); 332return _menuFontTextDecorations;