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