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