32 references to Missing
PresentationFramework (32)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
617Invariant.Assert(documentPage != DocumentPage.Missing);
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
374e.DocumentPage != DocumentPage.Missing)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
689get { return (_page == DocumentPage.Missing); }
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (3)
108page = DocumentPage.Missing; 179page = DocumentPage.Missing; 737return DocumentPage.Missing;
src\Framework\MS\Internal\Documents\PageCache.cs (2)
574if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing) 617if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing )
src\Framework\MS\Internal\LayoutDump.cs (1)
304if (page != DocumentPage.Missing)
src\Framework\MS\Internal\PtsHost\BreakRecordTable.cs (1)
261Invariant.Assert(page != null && page != DocumentPage.Missing, "Cannot update BRT with an invalid document page.");
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
186if (documentPage != DocumentPage.Missing) 261if (!e.Cancelled && e.Error == null && e.DocumentPage != DocumentPage.Missing)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (11)
112get { return (_documentPage == null) ? DocumentPage.Missing : _documentPage; } 282_documentPageAsync = DocumentPage.Missing; 288_documentPage = DocumentPage.Missing; 303_documentPageAsync = DocumentPage.Missing; 312if (_documentPage != DocumentPage.Missing) 325if (_documentPage != null && _documentPage != DocumentPage.Missing) 732if (_documentPageAsync != null && _documentPageAsync != DocumentPage.Missing) 739_documentPageAsync = DocumentPage.Missing; 741if (_documentPageAsync != DocumentPage.Missing) 849if (_documentPage != DocumentPage.Missing) 871if (_documentPageAsync != DocumentPage.Missing)
src\Framework\System\Windows\Documents\DocumentSequence.cs (4)
279return DocumentPage.Missing; 894_NotifyGetPageAsyncCompleted(DocumentPage.Missing, pageNumber, null, true, asyncRequest.UserState); 921DocumentPage sdp = DocumentPage.Missing; 923if (!args.Cancelled && (args.Error == null) && (args.DocumentPage != DocumentPage.Missing))
src\Framework\System\Windows\Documents\FixedDocument.cs (5)
360return DocumentPage.Missing; 375return DocumentPage.Missing; 414_NotifyGetPageAsyncCompleted(DocumentPage.Missing, pageNumber, null, false, userState); 1063if (fdp != null && fdp != DocumentPage.Missing) 1275DocumentPage result = DocumentPage.Missing;