4 overrides of GetPageAsync
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
60public override void GetPageAsync(int pageNumber, object userState)
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
60public override void GetPageAsync(int pageNumber, object userState)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
69public override void GetPageAsync(int pageNumber, object userState)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
187public override void GetPageAsync(int pageNumber, object userState)
8 references to GetPageAsync
PresentationCore (1)
System\Windows\Documents\DocumentPaginator.cs (1)
60GetPageAsync(pageNumber, null);
PresentationFramework (7)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
58/// <see cref="DocumentPaginator.GetPageAsync(int,object)"/>
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
58/// <see cref="DocumentPaginator.GetPageAsync(int,object)"/>
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
189_originalPaginator.GetPageAsync(pageNumber, userState);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
269_documentPaginator.GetPageAsync(PageNumber, this);
System\Windows\Documents\DocumentSequence.cs (2)
287/// <see cref="System.Windows.Documents.DocumentPaginator.GetPageAsync(int,object)"/> 875asyncRequest.Page.ChildPaginator.GetPageAsync(asyncRequest.Page.ChildPageNumber, asyncRequest);
System\Windows\Documents\FixedDocument.cs (1)
354/// <see cref="System.Windows.Documents.DocumentPaginator.GetPageAsync(int,object)"/>