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) 836if (_documentPage != DocumentPage.Missing) 858if (_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)
334return DocumentPage.Missing; 349return DocumentPage.Missing; 385_NotifyGetPageAsyncCompleted(DocumentPage.Missing, pageNumber, null, false, userState); 1017if (fdp != null && fdp != DocumentPage.Missing) 1223DocumentPage result = DocumentPage.Missing;