2 instantiations of Underline
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11988
DefaultConstructor = delegate () { return new System.Windows.Documents.
Underline
(); },
System\Windows\Markup\KnownTypes.cs (1)
1628
case KnownElements.Underline: o = new System.Windows.Documents.
Underline
(); break;
9 references to Underline
PresentationFramework (9)
System\Windows\Documents\FixedElement.cs (1)
391
return typeof(
Underline
);
System\Windows\Documents\Underline.cs (2)
34
DefaultStyleKeyProperty.OverrideMetadata(typeof(
Underline
), new FrameworkPropertyMetadata(typeof(
Underline
)));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
796
case 702: t = () => typeof(
Underline
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6513
Type type = typeof(System.Windows.Documents.
Underline
);
6515
this.GetXamlType(typeof(System.Windows.Documents.
Underline
)), // DeclaringType
6522
GetDelegate = delegate (object target) { return ((System.Windows.Documents.
Underline
)target).Inlines; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11985
typeof(System.Windows.Documents.
Underline
),
System\Windows\Markup\KnownTypes.cs (1)
6250
case KnownElements.Underline: t = typeof(System.Windows.Documents.
Underline
); break;