4 overrides of GetPageAsync
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
68
public override void
GetPageAsync
(int pageNumber, object userState)
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
68
public override void
GetPageAsync
(int pageNumber, object userState)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
78
public override void
GetPageAsync
(int pageNumber, object userState)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
202
public override void
GetPageAsync
(int pageNumber, object userState)
8 references to GetPageAsync
PresentationCore (1)
Core\CSharp\System\Windows\Documents\DocumentPaginator.cs (1)
63
GetPageAsync
(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)"/>
905
asyncRequest.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)"/>