2 references to Underline
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10791
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
Underline
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1635
case KnownElements.Underline: o = new System.Windows.Documents.
Underline
(); break;