12 references to _asyncRequests
PresentationFramework (12)
MS\Internal\Documents\FlowDocumentPaginator.cs (12)
108_asyncRequests.Add(new GetPageAsyncRequest(pageNumber, userState, this)); 249_asyncRequests.Add(new GetPageNumberAsyncRequest(flowContentPosition, userState, this)); 432for (int index = 0; index < _asyncRequests.Count; index++) 434AsyncRequest asyncRequest = _asyncRequests[index]; 439_asyncRequests.RemoveAt(index); 609if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean || _asyncRequests.Count > 0)) 620for (int index = 0; index < _asyncRequests.Count; index++) 622_asyncRequests[index].Cancel(); 625_asyncRequests.Clear(); 785for (int index = 0; index < _asyncRequests.Count; index++) 787AsyncRequest asyncRequest = _asyncRequests[index]; 791_asyncRequests.RemoveAt(index);