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