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