2 instantiations of Underline
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11987
DefaultConstructor = delegate () { return new System.Windows.Documents.
Underline
(); },
System\Windows\Markup\KnownTypes.cs (1)
1627
case KnownElements.Underline: o = new System.Windows.Documents.
Underline
(); break;
9 references to Underline
PresentationFramework (9)
System\Windows\Documents\FixedElement.cs (1)
390
return typeof(
Underline
);
System\Windows\Documents\Underline.cs (2)
33
DefaultStyleKeyProperty.OverrideMetadata(typeof(
Underline
), new FrameworkPropertyMetadata(typeof(
Underline
)));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
795
case 702: t = () => typeof(
Underline
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6512
Type type = typeof(System.Windows.Documents.
Underline
);
6514
this.GetXamlType(typeof(System.Windows.Documents.
Underline
)), // DeclaringType
6521
GetDelegate = delegate (object target) { return ((System.Windows.Documents.
Underline
)target).Inlines; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11984
typeof(System.Windows.Documents.
Underline
),
System\Windows\Markup\KnownTypes.cs (1)
6249
case KnownElements.Underline: t = typeof(System.Windows.Documents.
Underline
); break;