2 writes to _messageFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
486_messageFontTextDecorations = new TextDecorationCollection(); 1036_messageFontTextDecorations = null;
5 references to _messageFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
484if (_messageFontTextDecorations == null) 490CopyTextDecorationCollection(TextDecorations.Underline, _messageFontTextDecorations); 495CopyTextDecorationCollection(TextDecorations.Strikethrough, _messageFontTextDecorations); 497_messageFontTextDecorations.Freeze(); 500return _messageFontTextDecorations;