2 instantiations of Underline
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10791bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Underline(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1635case KnownElements.Underline: o = new System.Windows.Documents.Underline(); break;
9 references to Underline
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
399return typeof(Underline);
src\Framework\System\Windows\Documents\Underline.cs (2)
33DefaultStyleKeyProperty.OverrideMetadata(typeof(Underline), new FrameworkPropertyMetadata(typeof(Underline)));
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
794case 702: t = () => typeof(Underline); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6039Type type = typeof(System.Windows.Documents.Underline); 6041this.GetXamlType(typeof(System.Windows.Documents.Underline)), // DeclaringType 6047bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Underline)target).Inlines; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10789typeof(System.Windows.Documents.Underline),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6246case KnownElements.Underline: t = typeof(System.Windows.Documents.Underline); break;