7 references to TextDecoration
PresentationCore (5)
Core\CSharp\system\windows\generated\TextDecoration.cs (1)
182return new TextDecoration();
Core\CSharp\System\Windows\TextDecorations.cs (4)
30TextDecoration td = new TextDecoration(); 37td = new TextDecoration(); 44td = new TextDecoration(); 51td = new TextDecoration();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9999bamlType.DefaultConstructor = delegate() { return new System.Windows.TextDecoration(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1594case KnownElements.TextDecoration: o = new System.Windows.TextDecoration(); break;