32 references to Missing
PresentationFramework (32)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
590Invariant.Assert(documentPage != DocumentPage.Missing);
MS\Internal\Documents\DocumentGridPage.cs (1)
311e.DocumentPage != DocumentPage.Missing)
MS\Internal\Documents\DocumentPageTextView.cs (1)
685get { return (_page == DocumentPage.Missing); }
MS\Internal\Documents\FlowDocumentPaginator.cs (3)
99page = DocumentPage.Missing; 170page = DocumentPage.Missing; 716return DocumentPage.Missing;
MS\Internal\Documents\PageCache.cs (2)
562if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing) 605if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing)
MS\Internal\LayoutDump.cs (1)
299if (page != DocumentPage.Missing)
MS\Internal\PtsHost\BreakRecordTable.cs (1)
257Invariant.Assert(page != null && page != DocumentPage.Missing, "Cannot update BRT with an invalid document page.");
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
171if (documentPage != DocumentPage.Missing) 246if (!e.Cancelled && e.Error == null && e.DocumentPage != DocumentPage.Missing)
System\Windows\Controls\Primitives\DocumentPageView.cs (11)
106get { return (_documentPage == null) ? DocumentPage.Missing : _documentPage; } 276_documentPageAsync = DocumentPage.Missing; 282_documentPage = DocumentPage.Missing; 297_documentPageAsync = DocumentPage.Missing; 306if (_documentPage != DocumentPage.Missing) 319if (_documentPage != null && _documentPage != DocumentPage.Missing) 722if (_documentPageAsync != null && _documentPageAsync != DocumentPage.Missing) 729_documentPageAsync = DocumentPage.Missing; 731if (_documentPageAsync != DocumentPage.Missing) 839if (_documentPage != DocumentPage.Missing) 861if (_documentPageAsync != DocumentPage.Missing)
System\Windows\Documents\DocumentSequence.cs (4)
264return DocumentPage.Missing; 864_NotifyGetPageAsyncCompleted(DocumentPage.Missing, pageNumber, null, true, asyncRequest.UserState); 891DocumentPage sdp = DocumentPage.Missing; 893if (!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); 1016if (fdp != null && fdp != DocumentPage.Missing) 1225DocumentPage result = DocumentPage.Missing;