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