4 overrides of CancelAsync
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
76public override void CancelAsync(object userState)
src\Framework\MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
76public override void CancelAsync(object userState)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
446public override void CancelAsync(object userState)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
235public 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)
1053documentPaginator.CancelAsync(_bringContentPositionIntoViewToken);
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
368/// <see cref="System.Windows.Documents.DocumentPaginator.CancelAsync"/> 387asyncRequest.Page.ChildPaginator.CancelAsync(asyncRequest);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
442/// <see cref="System.Windows.Documents.DocumentPaginator.CancelAsync"/>