3 references to FixedDocumentSequenceDocumentPage
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (3)
277
return new
FixedDocumentSequenceDocumentPage
(this, innerPaginator, innerDP);
301
return new
FixedDocumentSequenceDocumentPage
(this, document.DocumentPaginator as DynamicDocumentPaginator, innerDP);
925
sdp = new
FixedDocumentSequenceDocumentPage
(this, (DynamicDocumentPaginator)sender, args.DocumentPage);