2 writes to _smallCaptionFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
245_smallCaptionFontTextDecorations = new TextDecorationCollection(); 1039_smallCaptionFontTextDecorations = null;
5 references to _smallCaptionFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
243if (_smallCaptionFontTextDecorations == null) 249CopyTextDecorationCollection(TextDecorations.Underline, _smallCaptionFontTextDecorations); 254CopyTextDecorationCollection(TextDecorations.Strikethrough, _smallCaptionFontTextDecorations); 257_smallCaptionFontTextDecorations.Freeze(); 260return _smallCaptionFontTextDecorations;