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