3 references to GetPageRoot
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
672fp = (FixedPage)pc[index].GetPageRoot(forceReload);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2409fixedPage = fd.Pages[pageNumber].GetPageRoot(false) as FixedPage;
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
1244FixedPage fixedPage = ((PageContent) page).GetPageRoot(false) as FixedPage;