2 references to FontFamily
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4389bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.FontFamily(); };
System\Windows\Markup\KnownTypes.cs (1)
1274case KnownElements.FontFamily: o = new System.Windows.Media.FontFamily(); break;