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));
432
for (int index = 0; index <
_asyncRequests
.Count; index++)
434
AsyncRequest asyncRequest =
_asyncRequests
[index];
439
_asyncRequests
.RemoveAt(index);
609
if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean ||
_asyncRequests
.Count > 0))
620
for (int index = 0; index <
_asyncRequests
.Count; index++)
622
_asyncRequests
[index].Cancel();
625
_asyncRequests
.Clear();
785
for (int index = 0; index <
_asyncRequests
.Count; index++)
787
AsyncRequest asyncRequest =
_asyncRequests
[index];
791
_asyncRequests
.RemoveAt(index);