14 references to DocumentPage
PresentationFramework (14)
MS\Internal\Documents\DocumentGridPage.cs (2)
313e.DocumentPage != null && 314e.DocumentPage != DocumentPage.Missing)
MS\Internal\Documents\PageCache.cs (7)
561if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing) 565_pageDestroyedWatcher.AddPage(args.DocumentPage); 592bool pageDestroyed = _pageDestroyedWatcher.IsDestroyed(args.DocumentPage); 593_pageDestroyedWatcher.RemovePage(args.DocumentPage); 604if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing) 606if (args.DocumentPage.Size == Size.Empty) 613newEntry.PageSize = args.DocumentPage.Size;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
245if (!e.Cancelled && e.Error == null && e.DocumentPage != DocumentPage.Missing) 249DocumentPage documentPage = ComposePageWithAnnotationVisuals(e.PageNumber, e.DocumentPage);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
729_documentPageAsync = e.DocumentPage;
System\Windows\Documents\DocumentSequence.cs (2)
880if (!args.Cancelled && (args.Error == null) && (args.DocumentPage != DocumentPage.Missing)) 882sdp = new FixedDocumentSequenceDocumentPage(this, (DynamicDocumentPaginator)sender, args.DocumentPage);