2 writes to _messageFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
487_messageFontTextDecorations = new TextDecorationCollection(); 1037_messageFontTextDecorations = null;
5 references to _messageFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
485if (_messageFontTextDecorations == null) 491CopyTextDecorationCollection(TextDecorations.Underline, _messageFontTextDecorations); 496CopyTextDecorationCollection(TextDecorations.Strikethrough, _messageFontTextDecorations); 498_messageFontTextDecorations.Freeze(); 501return _messageFontTextDecorations;