2 instantiations of Italic
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5847bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Italic(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1350case KnownElements.Italic: o = new System.Windows.Documents.Italic(); break;
9 references to Italic
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
396return typeof(Italic);
src\Framework\System\Windows\Documents\Italic.cs (2)
34DefaultStyleKeyProperty.OverrideMetadata(typeof(Italic), new FrameworkPropertyMetadata(typeof(Italic)));
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
419case 327: t = () => typeof(Italic); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4910Type type = typeof(System.Windows.Documents.Italic); 4912this.GetXamlType(typeof(System.Windows.Documents.Italic)), // DeclaringType 4918bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Italic)target).Inlines; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5845typeof(System.Windows.Documents.Italic),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5871case KnownElements.Italic: t = typeof(System.Windows.Documents.Italic); break;