12 references to _asyncRequests
PresentationFramework (12)
MS\Internal\Documents\FlowDocumentPaginator.cs (12)
109_asyncRequests.Add(new GetPageAsyncRequest(pageNumber, userState, this)); 250_asyncRequests.Add(new GetPageNumberAsyncRequest(flowContentPosition, userState, this)); 433for (int index = 0; index < _asyncRequests.Count; index++) 435AsyncRequest asyncRequest = _asyncRequests[index]; 440_asyncRequests.RemoveAt(index); 610if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean || _asyncRequests.Count > 0)) 621for (int index = 0; index < _asyncRequests.Count; index++) 623_asyncRequests[index].Cancel(); 626_asyncRequests.Clear(); 786for (int index = 0; index < _asyncRequests.Count; index++) 788AsyncRequest asyncRequest = _asyncRequests[index]; 792_asyncRequests.RemoveAt(index);