2 writes to Cancelled
PresentationFramework (2)
System\Windows\Documents\FixedDocument.cs (2)
425asyncRequest.Cancelled = true; 1322Cancelled = false;
3 references to Cancelled
PresentationFramework (3)
System\Windows\Documents\FixedDocument.cs (3)
1194if (asyncRequest.Cancelled) 1224if (!asyncRequest.Cancelled) 1237_NotifyGetPageAsyncCompleted(result, asyncRequest.PageNumber, args.Error, asyncRequest.Cancelled, asyncRequest.UserState);