2 writes to Cancelled
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
384
asyncRequest.
Cancelled
= true;
1067
Cancelled
= false;
3 references to Cancelled
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (3)
889
if (asyncRequest.
Cancelled
891
|| asyncRequest.
Cancelled
// Check again for cancellation, as previous line may have loaded FixedDocument and taken a while
945
_NotifyGetPageAsyncCompleted(sdp, pageNumber, args.Error, asyncRequest.
Cancelled
, asyncRequest.UserState);