2 writes to Cancelled
PresentationFramework (2)
System\Windows\Documents\FixedDocument.cs (2)
426asyncRequest.Cancelled = true; 1324Cancelled = false;
3 references to Cancelled
PresentationFramework (3)
System\Windows\Documents\FixedDocument.cs (3)
1196if (asyncRequest.Cancelled) 1226if (!asyncRequest.Cancelled) 1239_NotifyGetPageAsyncCompleted(result, asyncRequest.PageNumber, args.Error, asyncRequest.Cancelled, asyncRequest.UserState);