3 references to FixedDocumentSequenceDocumentPage
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (3)
266
return new
FixedDocumentSequenceDocumentPage
(this, innerPaginator, innerDP);
287
return new
FixedDocumentSequenceDocumentPage
(this, document.DocumentPaginator as DynamicDocumentPaginator, innerDP);
899
sdp = new
FixedDocumentSequenceDocumentPage
(this, (DynamicDocumentPaginator)sender, args.DocumentPage);