5 references to DocumentPage
PresentationCore (1)
System\Windows\Documents\DocumentPage.cs (1)
261public MissingDocumentPage() : base(null, Size.Empty, Rect.Empty, Rect.Empty) { }
PresentationFramework (3)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
435: base(visual, pageSize, bleedBox, contentBox)
System\Windows\Documents\DocumentSequence.cs (1)
1049: base((documentPage is FixedDocumentPage) ? ((FixedDocumentPage)documentPage).FixedPage : documentPage.Visual, documentPage.Size, documentPage.BleedBox, documentPage.ContentBox)
System\Windows\Documents\FixedDocument.cs (1)
1347base(page, fixedSize, new Rect(fixedSize), new Rect(fixedSize))
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2537page = new DocumentPage(canvas, size, bleedBox, contentBox);