14 references to DocumentPage
PresentationFramework (14)
MS\Internal\Documents\DocumentGridPage.cs (2)
310
e.
DocumentPage
!= null &&
311
e.
DocumentPage
!= DocumentPage.Missing)
MS\Internal\Documents\PageCache.cs (7)
562
if (!args.Cancelled && args.Error == null && args.
DocumentPage
!= DocumentPage.Missing)
566
_pageDestroyedWatcher.AddPage(args.
DocumentPage
);
593
bool pageDestroyed = _pageDestroyedWatcher.IsDestroyed(args.
DocumentPage
);
594
_pageDestroyedWatcher.RemovePage(args.
DocumentPage
);
605
if (!args.Cancelled && args.Error == null && args.
DocumentPage
!= DocumentPage.Missing)
607
if (args.
DocumentPage
.Size == Size.Empty)
614
newEntry.PageSize = args.
DocumentPage
.Size;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
246
if (!e.Cancelled && e.Error == null && e.
DocumentPage
!= DocumentPage.Missing)
250
DocumentPage documentPage = ComposePageWithAnnotationVisuals(e.PageNumber, e.
DocumentPage
);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
726
_documentPageAsync = e.
DocumentPage
;
System\Windows\Documents\DocumentSequence.cs (2)
893
if (!args.Cancelled && (args.Error == null) && (args.
DocumentPage
!= DocumentPage.Missing))
895
sdp = new FixedDocumentSequenceDocumentPage(this, (DynamicDocumentPaginator)sender, args.
DocumentPage
);