1 write to overLine
PresentationCore (1)
Core\CSharp\System\Windows\TextDecorations.cs (1)
46
overLine
= new TextDecorationCollection();
3 references to overLine
PresentationCore (3)
Core\CSharp\System\Windows\TextDecorations.cs (3)
47
overLine
.Add(td);
48
overLine
.Freeze();
92
return
overLine
;