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