2 writes to _statusFontTextDecorations
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
399_statusFontTextDecorations = new TextDecorationCollection(); 1028_statusFontTextDecorations = null;
5 references to _statusFontTextDecorations
PresentationFramework (5)
src\Framework\System\Windows\SystemFonts.cs (5)
397if (_statusFontTextDecorations == null) 403CopyTextDecorationCollection(TextDecorations.Underline, _statusFontTextDecorations); 408CopyTextDecorationCollection(TextDecorations.Strikethrough, _statusFontTextDecorations); 410_statusFontTextDecorations.Freeze(); 413return _statusFontTextDecorations;