14 references to DocumentPage
PresentationFramework (14)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (2)
373e.DocumentPage != null && 374e.DocumentPage != DocumentPage.Missing)
src\Framework\MS\Internal\Documents\PageCache.cs (7)
574if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing) 578_pageDestroyedWatcher.AddPage(args.DocumentPage); 605bool pageDestroyed = _pageDestroyedWatcher.IsDestroyed(args.DocumentPage); 606_pageDestroyedWatcher.RemovePage(args.DocumentPage); 617if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing ) 620if (args.DocumentPage.Size == Size.Empty) 627newEntry.PageSize = args.DocumentPage.Size;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
261if (!e.Cancelled && e.Error == null && e.DocumentPage != DocumentPage.Missing) 265DocumentPage 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)
923if (!args.Cancelled && (args.Error == null) && (args.DocumentPage != DocumentPage.Missing)) 925sdp = new FixedDocumentSequenceDocumentPage(this, (DynamicDocumentPaginator)sender, args.DocumentPage);