4 overrides of GetPageAsync
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
59
public override void
GetPageAsync
(int pageNumber, object userState)
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
59
public override void
GetPageAsync
(int pageNumber, object userState)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
68
public override void
GetPageAsync
(int pageNumber, object userState)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
186
public override void
GetPageAsync
(int pageNumber, object userState)
8 references to GetPageAsync
PresentationCore (1)
System\Windows\Documents\DocumentPaginator.cs (1)
59
GetPageAsync
(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)"/>
862
asyncRequest.Page.ChildPaginator.
GetPageAsync
(asyncRequest.Page.ChildPageNumber, asyncRequest);
System\Windows\Documents\FixedDocument.cs (1)
353
/// <see cref="System.Windows.Documents.DocumentPaginator.
GetPageAsync
(int,object)"/>