2 writes to _statusFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
393_statusFontTextDecorations = new TextDecorationCollection(); 1037_statusFontTextDecorations = null;
5 references to _statusFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
391if (_statusFontTextDecorations == null) 397CopyTextDecorationCollection(TextDecorations.Underline, _statusFontTextDecorations); 402CopyTextDecorationCollection(TextDecorations.Strikethrough, _statusFontTextDecorations); 404_statusFontTextDecorations.Freeze(); 407return _statusFontTextDecorations;