7 references to TextDecoration
PresentationCore (5)
System\Windows\Generated\TextDecoration.cs (1)
161
return new
TextDecoration
();
System\Windows\TextDecorations.cs (4)
23
TextDecoration td = new
TextDecoration
32
td = new
TextDecoration
41
td = new
TextDecoration
50
td = new
TextDecoration
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11094
DefaultConstructor = delegate () { return new System.Windows.
TextDecoration
(); }
System\Windows\Markup\KnownTypes.cs (1)
1587
case KnownElements.TextDecoration: o = new System.Windows.
TextDecoration
(); break;