2 writes to Cancelled
PresentationFramework (2)
System\Windows\Documents\DocumentSequence.cs (2)
361
asyncRequest.
Cancelled
= true;
1041
Cancelled
= false;
3 references to Cancelled
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (3)
863
if (asyncRequest.
Cancelled
865
|| asyncRequest.
Cancelled
// Check again for cancellation, as previous line may have loaded FixedDocument and taken a while
919
_NotifyGetPageAsyncCompleted(sdp, pageNumber, args.Error, asyncRequest.
Cancelled
, asyncRequest.UserState);