18 references to DocumentPage
PresentationFramework (18)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (6)
80if (dpv != null && (dpv.DocumentPage is FixedDocumentPage || dpv.DocumentPage is FixedDocumentSequenceDocumentPage)) 121if (dpv.DocumentPage is FixedDocumentPage || dpv.DocumentPage is FixedDocumentSequenceDocumentPage) 216page = dpv.DocumentPage as FixedDocumentPage; 219FixedDocumentSequenceDocumentPage sequencePage = dpv.DocumentPage as FixedDocumentSequenceDocumentPage;
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
272docPage = dpv.DocumentPage as FixedDocumentPage; 275docPage = dpv.DocumentPage as FixedDocumentSequenceDocumentPage;
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
530IServiceProvider serviceProvider = view.DocumentPage as IServiceProvider;
MS\Internal\Documents\ContentHostHelper.cs (3)
112if (pageViews[i].DocumentPage is FlowDocumentPage) 114textView = (ITextView)((IServiceProvider)pageViews[i].DocumentPage).GetService(typeof(ITextView)); 124ich = pageViews[i].DocumentPage.Visual as IContentHost;
MS\Internal\Documents\DocumentGrid.cs (1)
82return dp.DocumentPage;
MS\Internal\Documents\DocumentGridPage.cs (1)
66return _documentPageView.DocumentPage;
MS\Internal\LayoutDump.cs (2)
466if (dpv.DocumentPage != null) 468DumpDocumentPage(writer, dpv.DocumentPage, element);
System\Windows\Controls\SinglePageViewer.cs (2)
969if (masterPageView != null && masterPageView.DocumentPage != null) 971_contentPosition = documentPaginator.GetPagePosition(masterPageView.DocumentPage);