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