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));
433
for (int index = 0; index <
_asyncRequests
.Count; index++)
435
AsyncRequest asyncRequest =
_asyncRequests
[index];
440
_asyncRequests
.RemoveAt(index);
610
if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean ||
_asyncRequests
.Count > 0))
621
for (int index = 0; index <
_asyncRequests
.Count; index++)
623
_asyncRequests
[index].Cancel();
626
_asyncRequests
.Clear();
786
for (int index = 0; index <
_asyncRequests
.Count; index++)
788
AsyncRequest asyncRequest =
_asyncRequests
[index];
792
_asyncRequests
.RemoveAt(index);