14 references to DocumentPage
PresentationFramework (14)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (2)
373
e.
DocumentPage
!= null &&
374
e.
DocumentPage
!= DocumentPage.Missing)
src\Framework\MS\Internal\Documents\PageCache.cs (7)
574
if (!args.Cancelled && args.Error == null && args.
DocumentPage
!= DocumentPage.Missing)
578
_pageDestroyedWatcher.AddPage(args.
DocumentPage
);
605
bool pageDestroyed = _pageDestroyedWatcher.IsDestroyed(args.
DocumentPage
);
606
_pageDestroyedWatcher.RemovePage(args.
DocumentPage
);
617
if (!args.Cancelled && args.Error == null && args.
DocumentPage
!= DocumentPage.Missing )
620
if (args.
DocumentPage
.Size == Size.Empty)
627
newEntry.PageSize = args.
DocumentPage
.Size;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
261
if (!e.Cancelled && e.Error == null && e.
DocumentPage
!= DocumentPage.Missing)
265
DocumentPage documentPage = ComposePageWithAnnotationVisuals(e.PageNumber, e.
DocumentPage
);
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
736
_documentPageAsync = e.
DocumentPage
;
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
923
if (!args.Cancelled && (args.Error == null) && (args.
DocumentPage
!= DocumentPage.Missing))
925
sdp = new FixedDocumentSequenceDocumentPage(this, (DynamicDocumentPaginator)sender, args.
DocumentPage
);