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