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