32 references to Missing
PresentationFramework (32)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
593
Invariant.Assert(documentPage != DocumentPage.
Missing
);
MS\Internal\Documents\DocumentGridPage.cs (1)
315
e.DocumentPage != DocumentPage.
Missing
)
MS\Internal\Documents\DocumentPageTextView.cs (1)
685
get { return (_page == DocumentPage.
Missing
); }
MS\Internal\Documents\FlowDocumentPaginator.cs (3)
99
page = DocumentPage.
Missing
;
170
page = DocumentPage.
Missing
;
716
return DocumentPage.
Missing
;
MS\Internal\Documents\PageCache.cs (2)
562
if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.
Missing
)
605
if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.
Missing
)
MS\Internal\LayoutDump.cs (1)
301
if (page != DocumentPage.
Missing
)
MS\Internal\PtsHost\BreakRecordTable.cs (1)
257
Invariant.Assert(page != null && page != DocumentPage.
Missing
, "Cannot update BRT with an invalid document page.");
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
171
if (documentPage != DocumentPage.
Missing
)
246
if (!e.Cancelled && e.Error == null && e.DocumentPage != DocumentPage.
Missing
)
System\Windows\Controls\Primitives\DocumentPageView.cs (11)
106
get { return _documentPage ?? DocumentPage.
Missing
; }
280
_documentPageAsync = DocumentPage.
Missing
;
286
_documentPage = DocumentPage.
Missing
;
301
_documentPageAsync = DocumentPage.
Missing
;
310
if (_documentPage != DocumentPage.
Missing
)
323
if (_documentPage != null && _documentPage != DocumentPage.
Missing
)
726
if (_documentPageAsync != null && _documentPageAsync != DocumentPage.
Missing
)
733
_documentPageAsync = DocumentPage.
Missing
;
735
if (_documentPageAsync != DocumentPage.
Missing
)
837
if (_documentPage != DocumentPage.
Missing
)
859
if (_documentPageAsync != DocumentPage.
Missing
)
System\Windows\Documents\DocumentSequence.cs (4)
257
return DocumentPage.
Missing
;
852
_NotifyGetPageAsyncCompleted(DocumentPage.
Missing
, pageNumber, null, true, asyncRequest.UserState);
879
DocumentPage sdp = DocumentPage.
Missing
;
881
if (!args.Cancelled && (args.Error == null) && (args.DocumentPage != DocumentPage.
Missing
))
System\Windows\Documents\FixedDocument.cs (5)
335
return DocumentPage.
Missing
;
350
return DocumentPage.
Missing
;
386
_NotifyGetPageAsyncCompleted(DocumentPage.
Missing
, pageNumber, null, false, userState);
1018
if (fdp != null && fdp != DocumentPage.
Missing
)
1224
DocumentPage result = DocumentPage.
Missing
;