1 instantiation of FixedDocumentSequencePaginator
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
694
_paginator = new
FixedDocumentSequencePaginator
(this);
2 references to FixedDocumentSequencePaginator
PresentationFramework (2)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
84
_isFixedContent = originalPaginator is FixedDocumentPaginator || originalPaginator is
FixedDocumentSequencePaginator
;
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
986
private
FixedDocumentSequencePaginator
_paginator;