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