2 writes to Cancelled
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
460asyncRequest.Cancelled = true; 1374Cancelled = false;
3 references to Cancelled
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
1246if (asyncRequest.Cancelled) 1276if (!asyncRequest.Cancelled) 1289_NotifyGetPageAsyncCompleted(result, asyncRequest.PageNumber, args.Error, asyncRequest.Cancelled, asyncRequest.UserState);