12 references to _asyncRequests
PresentationFramework (12)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (12)
118_asyncRequests.Add(new GetPageAsyncRequest(pageNumber, userState, this)); 262_asyncRequests.Add(new GetPageNumberAsyncRequest(flowContentPosition, userState, this)); 454for(int index = 0; index < _asyncRequests.Count; index++) 456AsyncRequest asyncRequest = _asyncRequests[index]; 461_asyncRequests.RemoveAt(index); 631if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean || _asyncRequests.Count > 0)) 642for(int index = 0; index < _asyncRequests.Count; index++) 644_asyncRequests[index].Cancel(); 647_asyncRequests.Clear(); 807for(int index = 0; index < _asyncRequests.Count; index++) 809AsyncRequest asyncRequest = _asyncRequests[index]; 813_asyncRequests.RemoveAt(index);