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