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