5 references to GetPage
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
426
docPage = document.
GetPage
(document.GetIndexOfPage(page));
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
57
return _document.
GetPage
(pageNumber);
System\Windows\Documents\DocumentSequence.cs (1)
283
DocumentPage innerDP = document.
GetPage
(fixedDocPageNumber);
System\Windows\Documents\FixedDocument.cs (2)
861
DocumentPage docPage =
GetPage
(0);
1026
FixedDocumentPage fdp =
GetPage
(pageNumber) as FixedDocumentPage;