4 overrides of GetPageAsync
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
59public override void GetPageAsync(int pageNumber, object userState)
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
59public override void GetPageAsync(int pageNumber, object userState)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
68public override void GetPageAsync(int pageNumber, object userState)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
186public override void GetPageAsync(int pageNumber, object userState)
8 references to GetPageAsync
PresentationCore (1)
System\Windows\Documents\DocumentPaginator.cs (1)
59GetPageAsync(pageNumber, null);
PresentationFramework (7)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
57/// <see cref="DocumentPaginator.GetPageAsync(int,object)"/>
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
57/// <see cref="DocumentPaginator.GetPageAsync(int,object)"/>
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
188_originalPaginator.GetPageAsync(pageNumber, userState);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
272_documentPaginator.GetPageAsync(PageNumber, this);
System\Windows\Documents\DocumentSequence.cs (2)
279/// <see cref="System.Windows.Documents.DocumentPaginator.GetPageAsync(int,object)"/> 862asyncRequest.Page.ChildPaginator.GetPageAsync(asyncRequest.Page.ChildPageNumber, asyncRequest);
System\Windows\Documents\FixedDocument.cs (1)
353/// <see cref="System.Windows.Documents.DocumentPaginator.GetPageAsync(int,object)"/>