4 references to DocumentPageView
PresentationFramework (4)
MS\Internal\Documents\DocumentGridPage.cs (1)
294_documentPageView = new DocumentPageView();
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
302DocumentPageView dpv = new DocumentPageView();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3708bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.DocumentPageView(); };
System\Windows\Markup\KnownTypes.cs (1)
1234case KnownElements.DocumentPageView: o = new System.Windows.Controls.Primitives.DocumentPageView(); break;