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