4 overrides of GetPage
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
60public override DocumentPage GetPage(int pageNumber)
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
60public override DocumentPage GetPage(int pageNumber)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
144public override DocumentPage GetPage(int pageNumber)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
182public override DocumentPage GetPage(int pageNumber)
17 references to GetPage
PresentationCore (4)
Core\CSharp\System\Windows\Documents\DocumentPaginator.cs (4)
55/// Async version of <see cref="DocumentPaginator.GetPage"/> 67/// Async version of <see cref="DocumentPaginator.GetPage"/> 84page = GetPage(pageNumber); 100GetPage(int.MaxValue);
PresentationFramework (13)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
212page = document.DocumentPaginator.GetPage(pageNumber) as FixedDocumentPage; 219FixedDocumentSequenceDocumentPage sequencePage = document.DocumentPaginator.GetPage(pageNumber) as FixedDocumentSequenceDocumentPage;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (2)
422DocumentPage docPage = idp.DocumentPaginator.GetPage(pageNumber); 501DocumentPage docPage = idp.DocumentPaginator.GetPage(pageNumber);
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
58/// <see cref="DocumentPaginator.GetPage"/>
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
58/// <see cref="DocumentPaginator.GetPage"/>
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
71/// Async version of <see cref="DocumentPaginator.GetPage"/>
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
184DocumentPage documentPage = _originalPaginator.GetPage(pageNumber); 195/// Async version of <see cref="DocumentPaginator.GetPage"/>
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
279_documentPageAsync = _documentPaginator.GetPage(PageNumber);
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
252/// <see cref="System.Windows.Documents.DocumentPaginator.GetPage"/> 273innerDP = innerPaginator.GetPage(innerPageNumber);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
332/// <see cref="System.Windows.Documents.DocumentPaginator.GetPage(int)"/>