2 writes to _smallCaptionFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
235
_smallCaptionFontTextDecorations
= new TextDecorationCollection();
1039
_smallCaptionFontTextDecorations
= null;
5 references to _smallCaptionFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
233
if (
_smallCaptionFontTextDecorations
== null)
239
CopyTextDecorationCollection(TextDecorations.Underline,
_smallCaptionFontTextDecorations
);
244
CopyTextDecorationCollection(TextDecorations.Strikethrough,
_smallCaptionFontTextDecorations
);
247
_smallCaptionFontTextDecorations
.Freeze();
250
return
_smallCaptionFontTextDecorations
;