2 writes to Cancelled
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
384asyncRequest.Cancelled = true; 1067Cancelled = false;
3 references to Cancelled
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (3)
889if (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);