5 references to GetPage
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
436docPage = document.GetPage(document.GetIndexOfPage(page));
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
62return _document.GetPage(pageNumber);
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
297DocumentPage innerDP = document.GetPage(fixedDocPageNumber);
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
888DocumentPage docPage = GetPage(0); 1062FixedDocumentPage fdp = GetPage(pageNumber) as FixedDocumentPage;