18 references to DocumentPage
PresentationFramework (18)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (6)
87if (dpv != null && (dpv.DocumentPage is FixedDocumentPage || dpv.DocumentPage is FixedDocumentSequenceDocumentPage)) 128if (dpv.DocumentPage is FixedDocumentPage || dpv.DocumentPage is FixedDocumentSequenceDocumentPage) 223page = dpv.DocumentPage as FixedDocumentPage; 226FixedDocumentSequenceDocumentPage sequencePage = dpv.DocumentPage as FixedDocumentSequenceDocumentPage;
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (2)
283docPage = dpv.DocumentPage as FixedDocumentPage; 286docPage = dpv.DocumentPage as FixedDocumentSequenceDocumentPage;
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
539IServiceProvider serviceProvider = view.DocumentPage as IServiceProvider;
MS\Internal\Documents\ContentHostHelper.cs (3)
115if (pageViews[i].DocumentPage is FlowDocumentPage) 117textView = (ITextView)((IServiceProvider)pageViews[i].DocumentPage).GetService(typeof(ITextView)); 127ich = pageViews[i].DocumentPage.Visual as IContentHost;
MS\Internal\Documents\DocumentGrid.cs (1)
89return dp.DocumentPage;
MS\Internal\Documents\DocumentGridPage.cs (1)
79return _documentPageView.DocumentPage;
MS\Internal\LayoutDump.cs (2)
469if (dpv.DocumentPage != null) 471DumpDocumentPage(writer, dpv.DocumentPage, element);
System\Windows\Controls\SinglePageViewer.cs (2)
972if (masterPageView != null && masterPageView.DocumentPage != null) 974_contentPosition = documentPaginator.GetPagePosition(masterPageView.DocumentPage);