32 references to Missing
PresentationFramework (32)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
592Invariant.Assert(documentPage != DocumentPage.Missing);
MS\Internal\Documents\DocumentGridPage.cs (1)
314e.DocumentPage != DocumentPage.Missing)
MS\Internal\Documents\DocumentPageTextView.cs (1)
684get { return (_page == DocumentPage.Missing); }
MS\Internal\Documents\FlowDocumentPaginator.cs (3)
98page = DocumentPage.Missing; 169page = DocumentPage.Missing; 715return DocumentPage.Missing;
MS\Internal\Documents\PageCache.cs (2)
561if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing) 604if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing)
MS\Internal\LayoutDump.cs (1)
300if (page != DocumentPage.Missing)
MS\Internal\PtsHost\BreakRecordTable.cs (1)
256Invariant.Assert(page != null && page != DocumentPage.Missing, "Cannot update BRT with an invalid document page.");
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
170if (documentPage != DocumentPage.Missing) 245if (!e.Cancelled && e.Error == null && e.DocumentPage != DocumentPage.Missing)
System\Windows\Controls\Primitives\DocumentPageView.cs (11)
105get { return _documentPage ?? DocumentPage.Missing; } 279_documentPageAsync = DocumentPage.Missing; 285_documentPage = DocumentPage.Missing; 300_documentPageAsync = DocumentPage.Missing; 309if (_documentPage != DocumentPage.Missing) 322if (_documentPage != null && _documentPage != DocumentPage.Missing) 725if (_documentPageAsync != null && _documentPageAsync != DocumentPage.Missing) 732_documentPageAsync = DocumentPage.Missing; 734if (_documentPageAsync != DocumentPage.Missing) 833if (_documentPage != DocumentPage.Missing) 855if (_documentPageAsync != DocumentPage.Missing)
System\Windows\Documents\DocumentSequence.cs (4)
256return DocumentPage.Missing; 851_NotifyGetPageAsyncCompleted(DocumentPage.Missing, pageNumber, null, true, asyncRequest.UserState); 878DocumentPage sdp = DocumentPage.Missing; 880if (!args.Cancelled && (args.Error == null) && (args.DocumentPage != DocumentPage.Missing))
System\Windows\Documents\FixedDocument.cs (5)
335return DocumentPage.Missing; 350return DocumentPage.Missing; 386_NotifyGetPageAsyncCompleted(DocumentPage.Missing, pageNumber, null, false, userState); 1018if (fdp != null && fdp != DocumentPage.Missing) 1224DocumentPage result = DocumentPage.Missing;