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