2 instantiations of Bold
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2168
DefaultConstructor = delegate () { return new System.Windows.Documents.
Bold
(); },
System\Windows\Markup\KnownTypes.cs (1)
1137
case KnownElements.Bold: o = new System.Windows.Documents.
Bold
(); break;
9 references to Bold
PresentationFramework (9)
System\Windows\Documents\Bold.cs (2)
33
DefaultStyleKeyProperty.OverrideMetadata(typeof(
Bold
), new FrameworkPropertyMetadata(typeof(
Bold
)));
System\Windows\Documents\FixedElement.cs (1)
384
return typeof(
Bold
);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
134
case 41: t = () => typeof(
Bold
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4324
Type type = typeof(System.Windows.Documents.
Bold
);
4326
this.GetXamlType(typeof(System.Windows.Documents.
Bold
)), // DeclaringType
4333
GetDelegate = delegate (object target) { return ((System.Windows.Documents.
Bold
)target).Inlines; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2165
typeof(System.Windows.Documents.
Bold
),
System\Windows\Markup\KnownTypes.cs (1)
5588
case KnownElements.Bold: t = typeof(System.Windows.Documents.
Bold
); break;