4 overrides of CancelAsync
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
76
public override void
CancelAsync
(object userState)
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
76
public override void
CancelAsync
(object userState)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
446
public override void
CancelAsync
(object userState)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
235
public override void
CancelAsync
(object userState)
8 references to CancelAsync
PresentationFramework (8)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
74
/// <see cref="DocumentPaginator.
CancelAsync
"/>
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
74
/// <see cref="DocumentPaginator.
CancelAsync
"/>
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
237
_originalPaginator.
CancelAsync
(userState);
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
495
_documentPaginator.
CancelAsync
(this);
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1053
documentPaginator.
CancelAsync
(_bringContentPositionIntoViewToken);
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
368
/// <see cref="System.Windows.Documents.DocumentPaginator.
CancelAsync
"/>
387
asyncRequest.Page.ChildPaginator.
CancelAsync
(asyncRequest);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
442
/// <see cref="System.Windows.Documents.DocumentPaginator.
CancelAsync
"/>