2 writes to Cancelled
PresentationFramework (2)
System\Windows\Documents\FixedDocument.cs (2)
437asyncRequest.Cancelled = true; 1335Cancelled = false;
3 references to Cancelled
PresentationFramework (3)
System\Windows\Documents\FixedDocument.cs (3)
1207if (asyncRequest.Cancelled) 1237if (!asyncRequest.Cancelled) 1250_NotifyGetPageAsyncCompleted(result, asyncRequest.PageNumber, args.Error, asyncRequest.Cancelled, asyncRequest.UserState);