2 references to GetPage
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
62return _document.GetPage(pageNumber);
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
724DocumentPage docPage = GetPage(0);