1 instantiation of FixedDocumentSequencePaginator
PresentationFramework (1)
System\Windows\Documents\DocumentSequence.cs (1)
668
_paginator = new
FixedDocumentSequencePaginator
(this);
2 references to FixedDocumentSequencePaginator
PresentationFramework (2)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
74
_isFixedContent = originalPaginator is FixedDocumentPaginator || originalPaginator is
FixedDocumentSequencePaginator
;
System\Windows\Documents\DocumentSequence.cs (1)
960
private
FixedDocumentSequencePaginator
_paginator;