2 references to 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;