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