2 writes to _statusFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
393
_statusFontTextDecorations
= new TextDecorationCollection();
1037
_statusFontTextDecorations
= null;
5 references to _statusFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
391
if (
_statusFontTextDecorations
== null)
397
CopyTextDecorationCollection(TextDecorations.Underline,
_statusFontTextDecorations
);
402
CopyTextDecorationCollection(TextDecorations.Strikethrough,
_statusFontTextDecorations
);
404
_statusFontTextDecorations
.Freeze();
407
return
_statusFontTextDecorations
;