32 references to Missing
PresentationFramework (32)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
590
Invariant.Assert(documentPage != DocumentPage.
Missing
);
MS\Internal\Documents\DocumentGridPage.cs (1)
311
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)
299
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 == null) ? DocumentPage.
Missing
: _documentPage; }
276
_documentPageAsync = DocumentPage.
Missing
;
282
_documentPage = DocumentPage.
Missing
;
297
_documentPageAsync = DocumentPage.
Missing
;
306
if (_documentPage != DocumentPage.
Missing
)
319
if (_documentPage != null && _documentPage != DocumentPage.
Missing
)
722
if (_documentPageAsync != null && _documentPageAsync != DocumentPage.
Missing
)
729
_documentPageAsync = DocumentPage.
Missing
;
731
if (_documentPageAsync != DocumentPage.
Missing
)
839
if (_documentPage != DocumentPage.
Missing
)
861
if (_documentPageAsync != DocumentPage.
Missing
)
System\Windows\Documents\DocumentSequence.cs (4)
264
return DocumentPage.
Missing
;
864
_NotifyGetPageAsyncCompleted(DocumentPage.
Missing
, pageNumber, null, true, asyncRequest.UserState);
891
DocumentPage sdp = DocumentPage.
Missing
;
893
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);
1016
if (fdp != null && fdp != DocumentPage.
Missing
)
1225
DocumentPage result = DocumentPage.
Missing
;