2 writes to Cancelled
PresentationFramework (2)
System\Windows\Documents\DocumentSequence.cs (2)
361asyncRequest.Cancelled = true; 1041Cancelled = false;
3 references to Cancelled
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (3)
863if (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);