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