2 types derived from AsyncRequest
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (2)
986
private class GetPageAsyncRequest :
AsyncRequest
1024
private class GetPageNumberAsyncRequest :
AsyncRequest
8 references to AsyncRequest
PresentationFramework (8)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (8)
456
AsyncRequest
asyncRequest = _asyncRequests[index];
809
AsyncRequest
asyncRequest = _asyncRequests[index];
941
List<
AsyncRequest
> _asyncRequests = new List<
AsyncRequest
>(0);
994
/// <see cref="
AsyncRequest
.Cancel"/>
1002
/// <see cref="
AsyncRequest
.Process"/>
1032
/// <see cref="
AsyncRequest
.Cancel"/>
1040
/// <see cref="
AsyncRequest
.Process"/>