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