2 writes to _statusFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
394_statusFontTextDecorations = new TextDecorationCollection(); 1038_statusFontTextDecorations = null;
5 references to _statusFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
392if (_statusFontTextDecorations == null) 398CopyTextDecorationCollection(TextDecorations.Underline, _statusFontTextDecorations); 403CopyTextDecorationCollection(TextDecorations.Strikethrough, _statusFontTextDecorations); 405_statusFontTextDecorations.Freeze(); 408return _statusFontTextDecorations;