1 write to strikethrough
PresentationCore (1)
System\Windows\TextDecorations.cs (1)
32
strikethrough
= new TextDecorationCollection();
3 references to strikethrough
PresentationCore (3)
System\Windows\TextDecorations.cs (3)
33
strikethrough
.Add(td);
34
strikethrough
.Freeze();
74
return
strikethrough
;