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