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