2 instantiations of Bold
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2110bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Bold(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1145case KnownElements.Bold: o = new System.Windows.Documents.Bold(); break;
9 references to Bold
PresentationFramework (9)
src\Framework\System\Windows\Documents\Bold.cs (2)
34DefaultStyleKeyProperty.OverrideMetadata(typeof(Bold), new FrameworkPropertyMetadata(typeof(Bold)));
src\Framework\System\Windows\Documents\FixedElement.cs (1)
393return typeof(Bold);
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
133case 41: t = () => typeof(Bold); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4086Type type = typeof(System.Windows.Documents.Bold); 4088this.GetXamlType(typeof(System.Windows.Documents.Bold)), // DeclaringType 4094bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Bold)target).Inlines; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2108typeof(System.Windows.Documents.Bold),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5585case KnownElements.Bold: t = typeof(System.Windows.Documents.Bold); break;