2 writes to _messageFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
496_messageFontTextDecorations = new TextDecorationCollection(); 1046_messageFontTextDecorations = null;
5 references to _messageFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
494if (_messageFontTextDecorations == null) 500CopyTextDecorationCollection(TextDecorations.Underline, _messageFontTextDecorations); 505CopyTextDecorationCollection(TextDecorations.Strikethrough, _messageFontTextDecorations); 507_messageFontTextDecorations.Freeze(); 510return _messageFontTextDecorations;