4 references to
PresentationCore (1)
Core\CSharp\System\Windows\Documents\DocumentPage.cs (1)
266public MissingDocumentPage() : base(null, Size.Empty, Rect.Empty, Rect.Empty) { }
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
448: base(visual, pageSize, bleedBox, contentBox)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
1092: base((documentPage is FixedDocumentPage) ? ((FixedDocumentPage)documentPage).FixedPage : documentPage.Visual, documentPage.Size, documentPage.BleedBox, documentPage.ContentBox)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1399base(page, fixedSize, new Rect(fixedSize), new Rect(fixedSize))