7 references to SyncGetPage
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedDocument.cs (4)
356FixedPage page = SyncGetPage(pageNumber, false/*forceReload*/); 680return SyncGetPage(index, false /*forceReload*/); 770p = SyncGetPage(pageNumber, false /*forceReload*/); 1220HighlightVisual hv = HighlightVisual.GetHighlightVisual(SyncGetPage(i, false /*forceReload*/));
src\Framework\System\Windows\Documents\FixedElement.cs (1)
323FixedPage page = doc.SyncGetPage(pageno, false);
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
210FixedPage page = _container.FixedDocument.SyncGetPage(pageIndex, false);
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
912FixedPage page = Container.FixedDocument.SyncGetPage(pageIndex, false);