2 writes to _smallCaptionFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
236_smallCaptionFontTextDecorations = new TextDecorationCollection(); 1040_smallCaptionFontTextDecorations = null;
5 references to _smallCaptionFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
234if (_smallCaptionFontTextDecorations == null) 240CopyTextDecorationCollection(TextDecorations.Underline, _smallCaptionFontTextDecorations); 245CopyTextDecorationCollection(TextDecorations.Strikethrough, _smallCaptionFontTextDecorations); 248_smallCaptionFontTextDecorations.Freeze(); 251return _smallCaptionFontTextDecorations;