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