2 writes to _smallCaptionFontTextDecorations
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
241_smallCaptionFontTextDecorations = new TextDecorationCollection(); 1030_smallCaptionFontTextDecorations = null;
5 references to _smallCaptionFontTextDecorations
PresentationFramework (5)
src\Framework\System\Windows\SystemFonts.cs (5)
239if (_smallCaptionFontTextDecorations == null) 245CopyTextDecorationCollection(TextDecorations.Underline, _smallCaptionFontTextDecorations); 250CopyTextDecorationCollection(TextDecorations.Strikethrough, _smallCaptionFontTextDecorations); 253_smallCaptionFontTextDecorations.Freeze(); 256return _smallCaptionFontTextDecorations;