4 overrides of GetPageAsync
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
68public override void GetPageAsync(int pageNumber, object userState)
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
68public override void GetPageAsync(int pageNumber, object userState)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
78public override void GetPageAsync(int pageNumber, object userState)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
202public override void GetPageAsync(int pageNumber, object userState)
8 references to GetPageAsync
PresentationCore (1)
Core\CSharp\System\Windows\Documents\DocumentPaginator.cs (1)
63GetPageAsync(pageNumber, null);
PresentationFramework (7)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
66/// <see cref="DocumentPaginator.GetPageAsync(int,object)"/>
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
66/// <see cref="DocumentPaginator.GetPageAsync(int,object)"/>
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
204_originalPaginator.GetPageAsync(pageNumber, userState);
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
275_documentPaginator.GetPageAsync(PageNumber, this);
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
305/// <see cref="System.Windows.Documents.DocumentPaginator.GetPageAsync(int,object)"/> 905asyncRequest.Page.ChildPaginator.GetPageAsync(asyncRequest.Page.ChildPageNumber, asyncRequest);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
379/// <see cref="System.Windows.Documents.DocumentPaginator.GetPageAsync(int,object)"/>