7 references to TextDecoration
PresentationCore (5)
System\Windows\Generated\TextDecoration.cs (1)
177
return new
TextDecoration
();
System\Windows\TextDecorations.cs (4)
23
TextDecoration td = new
TextDecoration
();
30
td = new
TextDecoration
();
37
td = new
TextDecoration
();
44
td = new
TextDecoration
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10003
bamlType.DefaultConstructor = delegate() { return new System.Windows.
TextDecoration
(); };
System\Windows\Markup\KnownTypes.cs (1)
1593
case KnownElements.TextDecoration: o = new System.Windows.
TextDecoration
(); break;