4 overrides of CancelAsync
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
67
public override void
CancelAsync
(object userState)
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
67
public override void
CancelAsync
(object userState)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
424
public override void
CancelAsync
(object userState)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
219
public override void
CancelAsync
(object userState)
8 references to CancelAsync
PresentationFramework (8)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
65
/// <see cref="DocumentPaginator.
CancelAsync
"/>
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
65
/// <see cref="DocumentPaginator.
CancelAsync
"/>
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
221
_originalPaginator.
CancelAsync
(userState);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
491
_documentPaginator.
CancelAsync
(this);
System\Windows\Controls\SinglePageViewer.cs (1)
1044
documentPaginator.
CancelAsync
(_bringContentPositionIntoViewToken);
System\Windows\Documents\DocumentSequence.cs (2)
334
/// <see cref="System.Windows.Documents.DocumentPaginator.
CancelAsync
"/>
348
asyncRequest.Page.ChildPaginator?.
CancelAsync
(asyncRequest);
System\Windows\Documents\FixedDocument.cs (1)
410
/// <see cref="System.Windows.Documents.DocumentPaginator.
CancelAsync
"/>