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