4 overrides of CancelAsync
PresentationFramework (4)
MS\Internal\Documents\FixedDocumentPaginator.cs (1)
68
public override void
CancelAsync
(object userState)
MS\Internal\Documents\FixedDocumentSequencePaginator.cs (1)
68
public override void
CancelAsync
(object userState)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
425
public override void
CancelAsync
(object userState)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
220
public 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)
1043
documentPaginator.
CancelAsync
(_bringContentPositionIntoViewToken);
System\Windows\Documents\DocumentSequence.cs (2)
344
/// <see cref="System.Windows.Documents.DocumentPaginator.
CancelAsync
"/>
360
asyncRequest.Page.ChildPaginator.
CancelAsync
(asyncRequest);
System\Windows\Documents\FixedDocument.cs (1)
411
/// <see cref="System.Windows.Documents.DocumentPaginator.
CancelAsync
"/>