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