2 writes to _statusFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
403_statusFontTextDecorations = new TextDecorationCollection(); 1037_statusFontTextDecorations = null;
5 references to _statusFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
401if (_statusFontTextDecorations == null) 407CopyTextDecorationCollection(TextDecorations.Underline, _statusFontTextDecorations); 412CopyTextDecorationCollection(TextDecorations.Strikethrough, _statusFontTextDecorations); 414_statusFontTextDecorations.Freeze(); 417return _statusFontTextDecorations;