4 overrides of CancelAsync
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
68public override void CancelAsync(object userState)
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
68public override void CancelAsync(object userState)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
425public override void CancelAsync(object userState)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
220public override void CancelAsync(object userState)
8 references to CancelAsync
PresentationFramework (8)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
66/// <see cref="DocumentPaginator.CancelAsync"/>
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
66/// <see cref="DocumentPaginator.CancelAsync"/>
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
222_originalPaginator.CancelAsync(userState);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
488_documentPaginator.CancelAsync(this);
System\Windows\Controls\SinglePageViewer.cs (1)
1043documentPaginator.CancelAsync(_bringContentPositionIntoViewToken);
System\Windows\Documents\DocumentSequence.cs (2)
344/// <see cref="System.Windows.Documents.DocumentPaginator.CancelAsync"/> 360asyncRequest.Page.ChildPaginator.CancelAsync(asyncRequest);
System\Windows\Documents\FixedDocument.cs (1)
411/// <see cref="System.Windows.Documents.DocumentPaginator.CancelAsync"/>