2 writes to _statusFontTextDecorations
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
394
_statusFontTextDecorations
= new TextDecorationCollection();
1038
_statusFontTextDecorations
= null;
5 references to _statusFontTextDecorations
PresentationFramework (5)
System\Windows\SystemFonts.cs (5)
392
if (
_statusFontTextDecorations
== null)
398
CopyTextDecorationCollection(TextDecorations.Underline,
_statusFontTextDecorations
);
403
CopyTextDecorationCollection(TextDecorations.Strikethrough,
_statusFontTextDecorations
);
405
_statusFontTextDecorations
.Freeze();
408
return
_statusFontTextDecorations
;