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