2 types derived from AsyncRequest
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentPaginator.cs (2)
964
private class GetPageAsyncRequest :
AsyncRequest
1002
private class GetPageNumberAsyncRequest :
AsyncRequest
8 references to AsyncRequest
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentPaginator.cs (8)
434
AsyncRequest
asyncRequest = _asyncRequests[index];
787
AsyncRequest
asyncRequest = _asyncRequests[index];
919
private List<
AsyncRequest
> _asyncRequests = new List<
AsyncRequest
>(0);
972
/// <see cref="
AsyncRequest
.Cancel"/>
980
/// <see cref="
AsyncRequest
.Process"/>
1010
/// <see cref="
AsyncRequest
.Cancel"/>
1018
/// <see cref="
AsyncRequest
.Process"/>