12 references to _asyncRequests
PresentationFramework (12)
MS\Internal\Documents\FlowDocumentPaginator.cs (12)
113_asyncRequests.Add(new GetPageAsyncRequest(pageNumber, userState, this)); 254_asyncRequests.Add(new GetPageNumberAsyncRequest(flowContentPosition, userState, this)); 437for (int index = 0; index < _asyncRequests.Count; index++) 439AsyncRequest asyncRequest = _asyncRequests[index]; 444_asyncRequests.RemoveAt(index); 614if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean || _asyncRequests.Count > 0)) 625for (int index = 0; index < _asyncRequests.Count; index++) 627_asyncRequests[index].Cancel(); 630_asyncRequests.Clear(); 790for (int index = 0; index < _asyncRequests.Count; index++) 792AsyncRequest asyncRequest = _asyncRequests[index]; 796_asyncRequests.RemoveAt(index);