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