1 write to underline
PresentationCore (1)
System\Windows\TextDecorations.cs (1)
25
underline
= new TextDecorationCollection();
3 references to underline
PresentationCore (3)
System\Windows\TextDecorations.cs (3)
26
underline
.Add(td);
27
underline
.Freeze();
62
return
underline
;