12 references to _asyncRequests
PresentationFramework (12)
MS\Internal\Documents\FlowDocumentPaginator.cs (12)
113
_asyncRequests
.Add(new GetPageAsyncRequest(pageNumber, userState, this));
254
_asyncRequests
.Add(new GetPageNumberAsyncRequest(flowContentPosition, userState, this));
437
for (int index = 0; index <
_asyncRequests
.Count; index++)
439
AsyncRequest asyncRequest =
_asyncRequests
[index];
444
_asyncRequests
.RemoveAt(index);
614
if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean ||
_asyncRequests
.Count > 0))
625
for (int index = 0; index <
_asyncRequests
.Count; index++)
627
_asyncRequests
[index].Cancel();
630
_asyncRequests
.Clear();
790
for (int index = 0; index <
_asyncRequests
.Count; index++)
792
AsyncRequest asyncRequest =
_asyncRequests
[index];
796
_asyncRequests
.RemoveAt(index);