18 references to DocumentPage
PresentationFramework (18)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (6)
79if (dpv != null && (dpv.DocumentPage is FixedDocumentPage || dpv.DocumentPage is FixedDocumentSequenceDocumentPage)) 120if (dpv.DocumentPage is FixedDocumentPage || dpv.DocumentPage is FixedDocumentSequenceDocumentPage) 215page = dpv.DocumentPage as FixedDocumentPage; 218FixedDocumentSequenceDocumentPage sequencePage = dpv.DocumentPage as FixedDocumentSequenceDocumentPage;
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
271docPage = dpv.DocumentPage as FixedDocumentPage; 274docPage = dpv.DocumentPage as FixedDocumentSequenceDocumentPage;
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
529IServiceProvider serviceProvider = view.DocumentPage as IServiceProvider;
MS\Internal\Documents\ContentHostHelper.cs (3)
111if (pageViews[i].DocumentPage is FlowDocumentPage) 113textView = (ITextView)((IServiceProvider)pageViews[i].DocumentPage).GetService(typeof(ITextView)); 123ich = pageViews[i].DocumentPage.Visual as IContentHost;
MS\Internal\Documents\DocumentGrid.cs (1)
81return dp.DocumentPage;
MS\Internal\Documents\DocumentGridPage.cs (1)
65return _documentPageView.DocumentPage;
MS\Internal\LayoutDump.cs (2)
467if (dpv.DocumentPage != null) 469DumpDocumentPage(writer, dpv.DocumentPage, element);
System\Windows\Controls\SinglePageViewer.cs (2)
970if (masterPageView != null && masterPageView.DocumentPage != null) 972_contentPosition = documentPaginator.GetPagePosition(masterPageView.DocumentPage);