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