5 references to PaginationProgressEventArgs
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
665
OnPaginationProgress(new
PaginationProgressEventArgs
(pageStart, pageCount));
src\Framework\MS\Internal\Documents\PageCache.cs (1)
150
new
PaginationProgressEventArgs
(0, _documentPaginator.PageCount));
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
783
_paginator.NotifyPaginationProgress(new
PaginationProgressEventArgs
(firstPage, addedPages));
858
_paginator.NotifyPaginationProgress(new
PaginationProgressEventArgs
(pageNumber, args.Count));
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
723
_paginator.NotifyPaginationProgress(new
PaginationProgressEventArgs
(index, 1));