7 references to TextDecoration
PresentationCore (5)
System\Windows\Generated\TextDecoration.cs (1)
158return new TextDecoration();
System\Windows\TextDecorations.cs (4)
22TextDecoration td = new TextDecoration 31td = new TextDecoration 40td = new TextDecoration 49td = new TextDecoration
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11093DefaultConstructor = delegate () { return new System.Windows.TextDecoration(); }
System\Windows\Markup\KnownTypes.cs (1)
1586case KnownElements.TextDecoration: o = new System.Windows.TextDecoration(); break;