2 references to Italic
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5851bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Italic(); };
System\Windows\Markup\KnownTypes.cs (1)
1349case KnownElements.Italic: o = new System.Windows.Documents.Italic(); break;