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)
239
if (
_smallCaptionFontTextDecorations
== null)
245
CopyTextDecorationCollection(TextDecorations.Underline,
_smallCaptionFontTextDecorations
);
250
CopyTextDecorationCollection(TextDecorations.Strikethrough,
_smallCaptionFontTextDecorations
);
253
_smallCaptionFontTextDecorations
.Freeze();
256
return
_smallCaptionFontTextDecorations
;