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