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