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