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